TIME ZONE INFORMATION: Unterschied zwischen den Versionen
Aus API-Wiki
Zeile 1: | Zeile 1: | ||
− | < | + | <syntaxhighlight lang="vb"> |
Type TIME_ZONE_INFORMATION | Type TIME_ZONE_INFORMATION | ||
Bias As Long | Bias As Long | ||
Zeile 9: | Zeile 9: | ||
DaylightBias As Long | DaylightBias As Long | ||
End Type | End Type | ||
− | </ | + | </syntaxhighlight> |
Zustäzlich benötigt wird [[SYSTEMTIME]]. | Zustäzlich benötigt wird [[SYSTEMTIME]]. | ||
[[Kategorie:Type]] | [[Kategorie:Type]] |
Aktuelle Version vom 7. Oktober 2016, 22:25 Uhr
Type TIME_ZONE_INFORMATION
Bias As Long
StandardName(32) As Integer
StandardDate As SYSTEMTIME
StandardBias As Long
DaylightName(32) As Integer
DaylightDate As SYSTEMTIME
DaylightBias As Long
End Type
Zustäzlich benötigt wird SYSTEMTIME.