TimeZoneInformationGetDaylightChanges Method |
Retrieves the daylight time changes for the current timezone
Namespace:
WorkflowGen.My.Globalization
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.0.0 (8.0.0.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
See Also