TimeZoneGetTimeZoneName Method |
The name of the current TimeZone structure (Daylight or Standard) based on the date/time.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetTimeZoneName(
DateTime time
)
Public Function GetTimeZoneName (
time As DateTime
) As String
Parameters
- time
- Type: SystemDateTime
The time to evaluate determine the correct time zone name from
Return Value
Type:
StringEither the standard or daylight name of the time zone
See Also