ITextView.UseTimestamp Property

AdiIRC API v2

ITextViewUseTimestamp Property

Returns whether time stamps is enabled for this ITextView buffer.

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

Property Value

Type: Boolean
See Also