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

Time zone id in the officeclip database, Constants.NotAvailable denotes uninitialized value .

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

Syntax

C#
public int TimeZoneId { get; set; }
Visual Basic (Declaration)
Public Property TimeZoneId As Integer
Visual C++
public:
property int TimeZoneId {
	int get ();
	void set (int value);
}

See Also