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