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

Gets the server timezone information TimeZoneInfo from the configuration information ConfigureInfo.

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

Syntax

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

See Also