BIS fnc isDateTimeNewer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[BIS[ _]fnc[ _]C" to "[[BIS_fnc_c")
m (Text replacement - "\[\[BIS[ _]fnc[ _]I" to "[[BIS_fnc_i")
Line 9: Line 9:
| Returns true if the first passed datetime is newer than the second one.
| Returns true if the first passed datetime is newer than the second one.


| [date_1,date_2] call [[BIS_fnc_IsDateTimeNewer]]
| [date_1,date_2] call [[BIS_fnc_isDateTimeNewer]]
|p1= '''date_1''': [[Array]] - Date No. 1
|p1= '''date_1''': [[Array]] - Date No. 1
|p2= '''date_2''': [[Array]] - Date No. 2
|p2= '''date_2''': [[Array]] - Date No. 2
Line 15: Line 15:
| [[Boolean]]
| [[Boolean]]


|x1= <code>_isNewer = [ [2035,5,28,13,37],[2032,5,28,13,37] ] [[call]] [[BIS_fnc_IsDateTimeNewer]];</code>
|x1= <code>_isNewer = [ [2035,5,28,13,37],[2032,5,28,13,37] ] [[call]] [[BIS_fnc_isDateTimeNewer]];</code>


|[[date]], [[BIS_fnc_compareDateTimes]], [[BIS_fnc_calculateDateTime]]
|[[date]], [[BIS_fnc_compareDateTimes]], [[BIS_fnc_calculateDateTime]]

Revision as of 01:18, 28 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Environment

Syntax

Syntax:
Syntax needed
Parameters:
date_1: Array - Date No. 1
date_2: Array - Date No. 2
Return Value:
Return value needed

Examples

Example 1:
_isNewer = [ [2035,5,28,13,37],[2032,5,28,13,37] ] call BIS_fnc_isDateTimeNewer;

Additional Information

See also:
See also needed

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