SPTimeZoneInformation.StandardDate Property
Gets the date on which standard time begins for the time zone.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property StandardDate As SPSystemTime
Get
'Usage
Dim instance As SPTimeZoneInformation
Dim value As SPSystemTime
value = instance.StandardDate
public SPSystemTime StandardDate { get; }
Property Value
Type: Microsoft.SharePoint.SPSystemTime
A Microsoft.SharePoint.SPSystemTime object that represents the date.