TimeZoneGetDaylightChanges Method |
The daylight time changes for the current timezone
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public DaylightTime GetDaylightChanges(
int year
)
Public Function GetDaylightChanges (
year As Integer
) As DaylightTime
Parameters
- year
- Type: SystemInt32
Year to retrieve the daylight changes for
Return Value
Type:
DaylightTimeA DaylightTime object that represents the daylight time for a given year
Remarks Returns null if there is no time change
See Also