SPTimeZoneInformation.DaylightDate property

Gets the date on which daylight time begins for the time zone.

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

Syntax

'Declaration
Public ReadOnly Property DaylightDate As SPSystemTime
    Get
'Usage
Dim instance As SPTimeZoneInformation
Dim value As SPSystemTime

value = instance.DaylightDate
public SPSystemTime DaylightDate { get; }

Property value

Type: Microsoft.SharePoint.SPSystemTime
A Microsoft.SharePoint.SPSystemTime object that represents the date.

See also

Reference

SPTimeZoneInformation structure

SPTimeZoneInformation members

Microsoft.SharePoint namespace