Search
DateTime.combine Method
See Also
 






Combines the date component of a DateTime object and the time component of another DateTime object into a new DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function combine (date, time)

 Parameters

date

DateTime. A DateTime object to get the date part from.

time

DateTime. A DateTime object to get the time part from.

 Return Value

The new combined DateTime object.

 See Also