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

Returns the medium time format for the current site. The medium time format is used in many places like lists where the short time format is too small and the long time format is too large

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

Syntax

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

See Also