TimeZoneGetDaylightDateTime Method |
The date of the daylight time change.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public DateTime GetDaylightDateTime(
int year
)
Public Function GetDaylightDateTime (
year As Integer
) As DateTime
Parameters
- year
- Type: SystemInt32
The year to calculate the daylight change for
Return Value
Type:
DateTimeDateTime that represents when the daylight time change occurs
Remarks Returns DateTime.MinValue if there is no time change
See Also