get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time (Operator)
Name
get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time
— Read out the system time.
Signature
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)
def get_system_time() -> Tuple[int, int, int, int, int, int, int, int]
Description
The operator get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time
reads out the current system time.
The system time is read according to the local time zone or as UTC,
see 'system_time_base'"system_time_base""system_time_base""system_time_base""system_time_base" in get_systemget_systemGetSystemGetSystemget_system
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
MSecondMSecondMSecondMSecondmsecond
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Milliseconds (0..999).
SecondSecondSecondsecondsecond
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Seconds (0..59).
MinuteMinuteMinuteminuteminute
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Minutes (0..59).
HourHourHourhourhour
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Hours (0..23).
DayDayDaydayday
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Day of the month (1..31).
YDayYDayYDayYDayyday
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Day of the year (1..366).
MonthMonthMonthmonthmonth
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Month (1..12).
YearYearYearyearyear
(output_control) integer →
HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Year (xxxx).
Result
get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time
always returns the value 2 (
H_MSG_TRUE)
.
See also
get_image_timeget_image_timeGetImageTimeGetImageTimeget_image_time
Module
Foundation