MindFusion.Scheduling for JavaScript Programmer's Guide
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
Assembly: 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

DateTime Members
DateTime Class
MindFusion.Scheduling Namespace