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

Sets the timezone information TimeZoneInfo for the login user in the configuration information ConfigureInfo.

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

Syntax

C#
public static void SetUserTimezoneInfo(
	TimeZoneInfo userTz
)
Visual Basic (Declaration)
Public Shared Sub SetUserTimezoneInfo ( _
	userTz As TimeZoneInfo _
)
Visual C++
public:
static void SetUserTimezoneInfo(
	TimeZoneInfo^ userTz
)

Parameters

userTz
Type: OfficeClip.Utils..::.TimeZoneInfo
The user timezone.

See Also