get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time (Operator)

Name

get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time — 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)

void GetSystemTime(HTuple* MSecond, HTuple* Second, HTuple* Minute, HTuple* Hour, HTuple* Day, HTuple* YDay, HTuple* Month, HTuple* 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)

def get_system_time() -> Tuple[int, int, int, int, int, int, int, int]

Beschreibung

get_system_timeget_system_timeGetSystemTimeGetSystemTimeGetSystemTimeget_system_time liest die aktuelle Systemzeit aus.

Ausführungsinformationen

Parameter

MSecondMSecondMSecondMSecondMSecondmsecond (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Millisekunden (0..999).

SecondSecondSecondSecondsecondsecond (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Sekunden (0..59).

MinuteMinuteMinuteMinuteminuteminute (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Minuten (0..59).

HourHourHourHourhourhour (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Stunden (0..23).

DayDayDayDaydayday (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Monatstag (1..31).

YDayYDayYDayYDayYDayyday (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Jahrestag (1..366).

MonthMonthMonthMonthmonthmonth (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Monat (1..12).

YearYearYearYearyearyear (output_control)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Jahr (xxxx).

Ergebnis

get_system_timeget_system_timeGetSystemTimeGetSystemTimeGetSystemTimeget_system_time liefert immer den Wert TRUE.

Siehe auch

get_image_timeget_image_timeGetImageTimeGetImageTimeGetImageTimeget_image_time

Modul

Foundation