SPTimeZone.Information Property

Gets information about the time zone.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)> _
Public ReadOnly Property Information As SPTimeZoneInformation
    Get
'Usage
Dim instance As SPTimeZone
Dim value As SPTimeZoneInformation

value = instance.Information
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Struct)]
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