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

Returns the user timezone information for the OfficeClip server. For details please see OfficeClip.Utils..::.TimeZoneInfo

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

Syntax

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

See Also