Class YAMLTimestamp
A YAML scalar representing a time stamp.
Example:
2001-12-15T02:59:43.1Z
Import path
import javascript
Direct supertypes
Indirect supertypes
Predicates
getDateValue | Gets the value of this scalar, as a date. |
Inherited predicates
eval | Gets the YAML value this node corresponds to after resolving aliases and includes. | from YAMLNode |
getAChild | Gets a child of this node, as a YAML value. | from YAMLNode |
getAChildNode | Gets a child node of this node. | from YAMLNode |
getAPrimaryQlClass | Gets the primary QL class for the Locatable. | from YAMLScalar |
getAnchor | Gets the anchor associated with this node, if any. | from YAMLNode |
getChild | Gets the | from YAMLNode |
getChildNode | Gets the | from YAMLNode |
getDocument | Gets the toplevel document to which this node belongs. | from YAMLNode |
getEndLine | Gets the line on which this element ends. | from Locatable |
getFile | Gets the file this program element comes from. | from Locatable |
getLocation | Gets this element’s location. | from YAMLNode |
getNumChild | Gets the number of child nodes of this node. | from YAMLNode |
getNumLines | Gets the number of lines covered by this element. | from Locatable |
getParentNode | Gets the parent node of this node, which is always a collection. | from YAMLNode |
getStartLine | Gets the line on which this element starts. | from Locatable |
getStyle | Gets the style of this scalar, which is one of the following: | from YAMLScalar |
getTag | Gets the tag of this node. | from YAMLNode |
getValue | Gets the value of this scalar, as a string. | from YAMLScalar |
hasStandardTypeTag | Holds if this node is tagged with a standard type tag of the form | from YAMLNode |
toString | Gets a textual representation of this element. | from YAMLNode |