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)
Syntax
'Declaration
Public Property TimeZone As TimeZoneInfo
public TimeZoneInfo TimeZone { get; set; }
public:
property TimeZoneInfo^ TimeZone {
TimeZoneInfo^ get ();
void set (TimeZoneInfo^ value);
}
member TimeZone : TimeZoneInfo with get, set
function get TimeZone () : TimeZoneInfo
function set TimeZone (value : TimeZoneInfo)
Property Value
Type: System.TimeZoneInfo
The time zone to use for daylight savings time adjustments of the Interval property.
Remarks
If TimeZone supports daylight savings, the interval must be a multiple of 24 hours (86,400 seconds).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.