Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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.