Name
get_system_timeget_system_timeGetSystemTimeGetSystemTime — Read out the system time.
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)
The operator get_system_timeget_system_timeGetSystemTimeGetSystemTimeGetSystemTime reads out the current system time.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Day of the month (1..31).
Day of the year (1..366).
get_system_timeget_system_timeGetSystemTimeGetSystemTimeGetSystemTime always returns the value 2 (H_MSG_TRUE).
get_image_timeget_image_timeGetImageTimeGetImageTimeGetImageTime
Foundation