setDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETDATE]]
[[Category:Scripting Commands ArmA|SETDATE]]


<new command not populated>


<h2 style="color:#000066">'''setDate ''[year, month, day, hour, minute]'''''</h2>


<h2 style="color:#000066">''''' setDate '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''[year, month, day, hour, minute]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''


Sets the actual mission date and time.


'''Example:'''
'''Example:'''
'''setDate''' [1986, 2, 25, 16, 0]

Revision as of 00:29, 3 July 2006


setDate [year, month, day, hour, minute]


Operand types:

[year, month, day, hour, minute]: Array

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Sets the actual mission date and time.

Example:

setDate [1986, 2, 25, 16, 0]