XDate.toSource

Returns a string representing the source code of the object.

Method of XDate

Syntax

toSource()

Parameters

None

Description

The toSource method returns the following values:

  • For the built-in XDate object, toSource returns the following string indicating that the source code is not available:
  • For instances of XDate, toSource returns a string containing the source code.

This method is usually called internally by MetaScript and not explicitly in code.

See also

Object.toSource

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.