Click or drag to resize

TimeZoneStructure Structure

Structure which contains the equivalent of the TIME_ZONE_INFORMATION structure in the Windows API.

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public struct TimeZoneStructure

The TimeZoneStructure type exposes the following members.

Fields
  NameDescription
Public fieldBias
The timezone bias
Public fieldDaylightBias
The timezone daylight bias
Public fieldDaylightDate
The date when the timezone switches to daylight time
Public fieldDaylightName
The timezone daylight name
Public fieldStandardBias
The timezone standard bias
Public fieldStandardDate
The date when the timezone switches to standard time
Public fieldStandardName
The timezone standard name
Top
See Also