RPayTblTime::isIntersects Method [AX 2012]

Checked if one time intersect another.

client server public static boolean isIntersects(RPayTblTime _a, RPayTblTime _b)

Run On

Called

Parameters

_a
Type: RPayTblTime Class
First time.
_b
Type: RPayTblTime Class
Second time.

Return Value

Type: boolean
true if intersects, overwise, false.
Show: