[This is preliminary documentation and is subject to change.]

Specifying the time format used everywhere

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string TimeStringFormat { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property TimeStringFormat As String
Visual C++
public:
static property String^ TimeStringFormat {
	String^ get ();
}

See Also