SPTimeZone.Information property

Gets information about the time zone.

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

Syntax

'Declaration
Public ReadOnly Property Information As SPTimeZoneInformation
    Get
'Usage
Dim instance As SPTimeZone
Dim value As SPTimeZoneInformation

value = instance.Information
public SPTimeZoneInformation Information { get; }

Property value

Type: Microsoft.SharePoint.SPTimeZoneInformation
An SPTimeZoneInformation structure that contains information about the time zone.

See also

Reference

SPTimeZone class

SPTimeZone members

Microsoft.SharePoint namespace