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





Returns a string representation of the current DateTime object.

Namespace: MindFusion.Common
Assembly: Common.js

 Syntax

JavaScript  Copy Code

function toString ([format, [culture]])

 Parameters

format
Optional.

Type: String
The DateTime format used for the string representation.

culture
Optional.

Type: Object
The culture object used for the string representation.

 Return Value

Type: String
The string representation of the current DateTime object.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace