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)
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.