MindFusion.Scheduling for JavaScript Programmer's Guide
DateTime.toString Method
See Also
 






Returns a string representation of the current DateTime object.

Namespace: MindFusion.Scheduling
Assembly: DateTime.js

 Syntax

JavaScript  Copy Code

function toString ([format, [formatInfo]])

 Parameters

format
Optional.

The DateTime format used for the string representation.

formatInfo
Optional.

Object. The formatInfo object used for the string representation.

 Return Value

The string representation of the current DateTime object.

 See Also

DateTime Members
DateTime Class
MindFusion.Scheduling Namespace