Search
DateTime.equals Method
See Also
 






Returns a value indicating whether two DateTime objects are equal.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function equals (date)

 Parameters

date

DateTime. The DateTime object to compare with.

 Return Value

Boolean. True if the values are equal, otherwise false.

 See Also