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
JavaScript
![]() |
---|
function combine (date, time) |
DateTime. A DateTime object to get the date part from.
DateTime. A DateTime object to get the time part from.
The new combined DateTime object.