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

Gets the login users's 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 UserTzInfo { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property UserTzInfo As TimeZoneInfo
Visual C++
public:
static property TimeZoneInfo^ UserTzInfo {
	TimeZoneInfo^ get ();
}

See Also