[This is preliminary documentation and is subject to change.]
Returns the user timezone information for the logged in user. For details
please see OfficeClip.Utils..::.TimeZoneInfo
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public TimeZoneInfo UserTzInfo { get; set; } |
Visual Basic (Declaration) |
---|
Public Property UserTzInfo As TimeZoneInfo |
Visual C++ |
---|
public: property TimeZoneInfo^ UserTzInfo { TimeZoneInfo^ get (); void set (TimeZoneInfo^ value); } |