ClassesClassesClassesClasses | | | | Operators

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime (Operator)

Name

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime — Read out the system time.

Signature

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)

Description

The operator get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime reads out the current system time.

Parallelization

Parameters

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

Milliseconds (0..999).

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

Seconds (0..59).

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

Minutes (0..59).

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

Hours (0..23).

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

Day of the month (1..31).

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

Day of the year (1..366).

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

Month (1..12).

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

Year (xxxx).

Result

get_system_timeget_system_timeGetSystemTimeget_system_timeGetSystemTimeGetSystemTime always returns the value 2 (H_MSG_TRUE).

See also

get_image_timeget_image_timeGetImageTimeget_image_timeGetImageTimeGetImageTime

Module

Foundation


ClassesClassesClassesClasses | | | | Operators