Search
DateTime.__toUTCString Method
See Also
 






Converts this DateTime instance to a readable string, according to universal time.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function __toUTCString ()

 Return Value

String. A readable string representation of this DateTime instance.

 See Also