IMessagesOptions.UseTimestamp Property

AdiIRC API v2

IMessagesOptionsUseTimestamp Property

Returns whether global timestamps is enabled or disabled

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool UseTimestamp { get; set; }
Property UseTimestamp As Boolean
	Get
	Set
property bool UseTimestamp {
	bool get ();
	void set (bool value);
}
abstract UseTimestamp : bool with get, set

Property Value

Type: Boolean
See Also