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
JavaScript Copy Code |
---|
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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |