TimeZone.Description property

Gets the description of the time zone.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Description As String
    Get
'Usage
Dim instance As TimeZone
Dim value As String

value = instance.Description
public string Description { get; }

Property value

Type: System.String
The description of the time zone.

See also

Reference

TimeZone class

TimeZone members

Microsoft.SharePoint.Client namespace