This documentation is archived and is not being maintained.

TeamFoundationJobSchedule::TimeZone Property

Gets or sets the time zone to use for daylight savings time adjustments of the Interval property.

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

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

Property Value

Type: System::TimeZoneInfo
The time zone to use for daylight savings time adjustments of the Interval property.

If TimeZone supports daylight savings, the interval must be a multiple of 24 hours (86,400 seconds).

Show: