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

The timezone id of the server is the index to the timezone table in the OfficeClip database. This value in the web.config file should not be changed by the user manually.

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

Syntax

C#
public static int ServerTimeZoneId { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property ServerTimeZoneId As Integer
Visual C++
public:
static property int ServerTimeZoneId {
	int get ();
}

See Also