Search
DateTime.greaterThan Method
See Also
 






Checks if this DateTime object is greater than the specified DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function greaterThan (date)

 Parameters

date

The DateTime object to compare with.

 Return Value

Boolean. true if this value is greater than the specified value, otherwise false.

 See Also