get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time (算子)

名称

get_system_timeget_system_timeGetSystemTimeGetSystemTimeget_system_time — 读取系统时间。

签名

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]

描述

算子 get_system_timeget_system_timeGetSystemTimeGetSystemTimeGetSystemTimeget_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""system_time_base" in get_systemget_systemGetSystemGetSystemGetSystemget_system

执行信息

参数

MSecondMSecondMSecondMSecondMSecondmsecond (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Milliseconds (0..999).

SecondSecondSecondSecondsecondsecond (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Seconds (0..59).

MinuteMinuteMinuteMinuteminuteminute (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Minutes (0..59).

HourHourHourHourhourhour (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Hours (0..23).

DayDayDayDaydayday (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Day of the month (1..31).

YDayYDayYDayYDayYDayyday (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Day of the year (1..366).

MonthMonthMonthMonthmonthmonth (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Month (1..12).

YearYearYearYearyearyear (输出控制)  integer HTupleintHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Year (xxxx).

结果

get_system_timeget_system_timeGetSystemTimeGetSystemTimeGetSystemTimeget_system_time 始终返回值 2 ( H_MSG_TRUE )。

另见

get_image_timeget_image_timeGetImageTimeGetImageTimeGetImageTimeget_image_time

模块

基础