Item.TimeZone Property

The timezone name in effect on the checkin date.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property TimeZone As String
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public string TimeZone { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property String^ TimeZone {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member TimeZone : string with get, set
function get TimeZone () : String 
function set TimeZone (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Item Class

Microsoft.TeamFoundation.VersionControl.Server Namespace