Common utility classes for handling of Date Times across TimeZones
| C# |
namespace CS.Core.TimeZone
| All Types | Classes | Structures | Enumerations |
| Icon | Type | Description |
|---|---|---|
| SystemTime |
A structure (similiar to the DateTime structure) that is used for
performing calculations of the differences it time between various
time zones. This is the equivalent of the SYSTEMTIME structure
in the Windows API.
| |
| TimeZoneID |
Used for checking the return value of the GetTimeZoneInformation Windows API call
| |
| TimeZoneInfo |
Class which holds information about a TimeZone. Both a name and
a TimeZoneStruct are included.
| |
| TimeZoneStruct |
Structure which contains the equivalent of the
TIME_ZONE_INFORMATION structure in the Windows API.
| |
| TimeZoneInfo..::.TypeConverter |
Type converter for this object type.
| |
| TZI |
For unpacking the TZI binary registry value that is contained in
each TimeZone key in the registry.
| |
| Utility |