MindFusion.Scheduling for JavaScript Programmer's Guide
DateTime.greaterThanOrEqual Method
See Also
 






Checks if this DateTime object is greater than or equal to the specified DateTime object.

Namespace: MindFusion.Scheduling
Assembly: DateTime.js

 Syntax

JavaScript  Copy Code

function greaterThanOrEqual (date)

 Parameters

date

The DateTime object to compare with.

 Return Value

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

 See Also

DateTime Members
DateTime Class
MindFusion.Scheduling Namespace