IMessagesOptions.TimeFormat Property

AdiIRC API v2

IMessagesOptionsTimeFormat Property

Returns the time format to use for messages

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

Property Value

Type: String
See Also