MindFusion.Scheduling for ASP.NET 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.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function combine (date, time)

 Parameters

date

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

time

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

 Return Value

Type: DateTime
The new combined DateTime object.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace