TimeFormat Property

MCManager API

Time format for example: yyyy-MM-dd HH:mm:ss

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string TimeFormat { get; set; }
Visual Basic (Declaration)
Public Property TimeFormat As String
Visual C++
public:
property String^ TimeFormat {
	String^ get ();
	void set (String^ value);
}

See Also