This documentation is archived and is not being maintained.

TeamFoundationServer::TimeZone Property

Gets or sets the time zone.

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

public:
property TimeZone^ TimeZone {
	TimeZone^ get ();
	void set (TimeZone^ value);
}

Property Value

Type: System::TimeZone
Returns TimeZone.

Used to convert dates and times to UTC. Uses the current time zone.

Show: