This documentation is archived and is not being maintained.

WorkItemStore::TimeZone Property

Gets the time zone of the client.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property TimeZone^ TimeZone {
	TimeZone^ get ();
}

Property Value

Type: System::TimeZone
The time zone of the client.

The time zone object is used to convert dates and times to and from UTC.

Show: