MindFusion.Scheduling for ASP.NET Programmer's Guide
DateTime.fromDateString Method
See Also
 





Creates a new DateTime object from a provided date string.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function fromDateString (dateString)

 Parameters

dateString

Type: String
The date string to create the DateTime from.

 Return Value

Type: DateTime
The new DateTime object.

 Remarks

If a DateTime object was not possible to be created from the provided argument, the return value will be null.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace