Checks if this DateTime object is less than or equal to the specified DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function lessThanOrEqual (date) |
DateTime. The DateTime object to compare with.
Boolean. true if this value is less than or equal to the specified value, otherwise false.
See Also