TeamFoundationServer.TimeZone Property

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
'Usage
Dim instance As TeamFoundationServer 
Dim value As TimeZone 

value = instance.TimeZone

instance.TimeZone = value
public TimeZone TimeZone { get; set; }
public:
property TimeZone^ TimeZone {
    TimeZone^ get ();
    void set (TimeZone^ value);
}
public function get TimeZone () : TimeZone 
public function set TimeZone (value : TimeZone)

Property Value

Type: System.TimeZone

Remarks

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

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

TeamFoundationServer Members

Microsoft.TeamFoundation.Client Namespace