Checks if this DateTime object is greater than or equal to the specified DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
JavaScript Copy Code |
---|
function greaterThanOrEqual (date) |
The DateTime object to compare with.
Boolean. true if this value is greater than or equal to the specified value, otherwise false.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |