The methods of the Timestamp class are listed below. For a complete list of Timestamp class members, see the Timestamp Members topic.
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Info (inherited from Scalar) | Node info |
ToFile (inherited from Node) | Overloaded. Write a YAML tree to a file using UTF-8 encoding |
ToString | To String |
Write (inherited from Node) | Overloaded. Return a Yaml string |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
Write | Overloaded. Write to YAML |
ParseMilliSeconds | Parse the milliseconds |
ParseNumber | Parse an integer |
ParseTime | Parse the time (hours, minutes, seconds) |
ParseTimezone | Parse the time zone |
SkipChar | Skips a specified char, and throws an exception when another char was found. |
SkipWhitespace | Skips the spaces * and tabs * in the current stream |
YamlString | Yaml notation for this datetime |
Timestamp Class | Yaml Namespace