| |
|
|
Jörg Sellmeyer | Wer weiß porque, por qué el beiden Características diferente Uhrzeiten zurückliefern? Zumindest tun ellos en el me - el Stundenzahl es en GetSystemTime en zwei niedriger. KompilierenMarcaSeparaciónDeclare Day$[7],Month$[12]
Day$[0] = Sonntag
Day$[1] = Montag
Day$[2] = Diestag
Day$[3] = Mittwoch
Day$[4] = Donnerstag
Day$[5] = Freitag
Day$[6] = Samstag
Month$[0] = Januar
Month$[1] = Februar
Month$[2] = März
Month$[3] = April
Month$[4] = Mai
Month$[5] = Juni
Month$[6] = Juli
Month$[7] = August
Month$[8] = September
Month$[9] = Oktober
Month$[10] = November
Month$[11] = Dezember
Declare TimeStruct#
Struct _TimeStruct = wYear%,
wMonth%,
wDayOfWeek%,
wDay%,
wHour%,
wMinute%,
wSecond%,
wMilliseconds%
Dim TimeStruct#,_TimeStruct
Def GetSystemTime(1) !Kernel32,GetSystemTime
Def GetLocalTime(1) !Kernel32,GetLocalTime
Proc Ausgabe
With TimeStruct#
Print Day$[.wDayOfWeek%] + der + Str$(.wDay%) + . + Month$[.wMonth% - 1] + + Str$(.wYear%)
Print Str$(.wHour%) + : + Str$(.wMinute%) + : + Str$(.wSecond%) + : + Str$(.wMilliseconds%)
EndWith
EndProc
GetSystemTime(TimeStruct#)
Ausgabe
GetLocalTime(TimeStruct#)
Ausgabe
WaitInput
|
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 03.05.2007 ▲ |
|
|
|
|
Detlef Tussing | ¡Hola Jörg en Google gibts el Erklärung en el GetLocaltime el Zeitzonen-Einstellungen y el lokale sommerzeit/winterzeit beruecksichtigt. se. |
|
|
| |
|
|
|
Dieter Zornow | Yo denke el Sytemzeit es siempre todavía GMT en me en Bangkok es esta Tiempo en 7 Stunden zurück.
Viele Grüße de Bangkok
Dieter |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 03.05.2007 ▲ |
|
|
|
|
Detlef Tussing | hast du porque en el Systemsteuerung en Datum Uhrzeit auch Bangkok eingestellt, porque entonces son lo 7 Stunden diverenz a mindest en me. Schalte aber otra vez en, como Yo sí no en Bangkok bin. |
|
|
| |
|
|
|
Jörg Sellmeyer | Sí - bin mittlerweile selber en él gekommen - aber trotzdem: Gracias. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 03.05.2007 ▲ |
|
|
|
|
Dieter Zornow | Natürlich habe el el Zeitzone para Bangkok eingestellt, deshalb son getlocaltime el aktuelle Tiempo en Bangkok zurück y Getsystemtime - 7 Stunden a Bangkokzeit |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 03.05.2007 ▲ |
|
|
|