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.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property TimeZone As TimeZone
Get
Set
public TimeZone TimeZone { get; set; }
public:
property TimeZone^ TimeZone {
TimeZone^ get ();
void set (TimeZone^ value);
}
member TimeZone : TimeZone with get, set
function get TimeZone () : TimeZone
function set TimeZone (value : TimeZone)
Property Value
Type: System.TimeZone
Returns TimeZone.
Remarks
Used to convert dates and times to UTC. Uses the current time zone.
.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.