systemTime

From Bohemia Interactive Community
Revision as of 01:03, 13 July 2021 by Lou Montana (talk | contribs) (Text replacement - "[[daytime" to "[[dayTime")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns system time.
Groups:
Time

Syntax

Syntax:
systemTime
Return Value:
Array in format [year, month, day, hour, minute, second, millisecond]

Examples

Example 1:
_currentTime = systemTime;
Example 2:
systemTime apply {if (_x < 10) then {"0" + str _x} else {str _x}}; // ["2021","05","03","14","09","37","593"]

Additional Information

See also:
systemTimeUTCdatetimedayTimediag_tickTimeserverTimemissionStartdiag_deltaTime

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note