KlassenKlassenKlassenKlassen | | | | Operatoren

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime (Operator)

Name

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime — Auslesen der Systemzeit.

Signatur

get_system_time( : : : MSecond, Second, Minute, Hour, Day, YDay, Month, Year)

Herror get_system_time(Hlong* MSecond, Hlong* Second, Hlong* Minute, Hlong* Hour, Hlong* Day, Hlong* YDay, Hlong* Month, Hlong* Year)

Herror T_get_system_time(Htuple* MSecond, Htuple* Second, Htuple* Minute, Htuple* Hour, Htuple* Day, Htuple* YDay, Htuple* Month, Htuple* Year)

Herror get_system_time(Hlong* MSecond, Hlong* Second, Hlong* Minute, Hlong* Hour, Hlong* Day, Hlong* YDay, Hlong* Month, Hlong* Year)

void GetSystemTime(HTuple* MSecond, HTuple* Second, HTuple* Minute, HTuple* Hour, HTuple* Day, HTuple* YDay, HTuple* Month, HTuple* Year)

void HOperatorSetX.GetSystemTime(
[out] VARIANT* MSecond, [out] VARIANT* Second, [out] VARIANT* Minute, [out] VARIANT* Hour, [out] VARIANT* Day, [out] VARIANT* YDay, [out] VARIANT* Month, [out] VARIANT* Year)

static void HOperatorSet.GetSystemTime(out HTuple MSecond, out HTuple second, out HTuple minute, out HTuple hour, out HTuple day, out HTuple YDay, out HTuple month, out HTuple year)

Beschreibung

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime liest die aktuelle Systemzeit aus.

Parallelisierung

Parameter

MSecondMSecondMSecondMSecondMSecondMSecond (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Millisekunden (0..999).

SecondSecondSecondSecondSecondsecond (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Sekunden (0..59).

MinuteMinuteMinuteMinuteMinuteminute (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Minuten (0..59).

HourHourHourHourHourhour (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Stunden (0..23).

DayDayDayDayDayday (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Monatstag (1..31).

YDayYDayYDayYDayYDayYDay (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Jahrestag (1..366).

MonthMonthMonthMonthMonthmonth (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Monat (1..12).

YearYearYearYearYearyear (output_control)  integer HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)

Jahr (xxxx).

Ergebnis

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime liefert immer den Wert 2 (H_MSG_TRUE).

Siehe auch

get_image_timeget_image_timeGetImageTimeget_image_timeGetImageTimeGetImageTime

Modul

Foundation


KlassenKlassenKlassenKlassen | | | | Operatoren