Yaml .NET Parser

Timestamp Members

Timestamp overview

Public Instance Constructors

Timestamp Overloaded. Initializes a new instance of the Timestamp class.

Public Instance Properties

Content Content property
Timezone Timezone, an offset in hours
Type (inherited from Node) Kind of node: mapping, sequence, string, ...
URI (inherited from Node) URI of this node, according to the YAML documentation.

Public Instance Methods

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

Protected Instance Fields

nodetype (inherited from Node) Determines wich node we are talking about
uri (inherited from Node) The uri given by http://yaml.org/type/

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Protected Internal Instance Methods

WriteOverloaded. Write to YAML

Private Instance Fields

contentMissing <summary> documentation for F:Yaml.Timestamp.content
timezone Represents the offset from the UTC time in hours

Private Instance Methods

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

See Also

Timestamp Class | Yaml Namespace