Yaml .NET Parser

Timestamp Constructor

Basic constructor that takes a given datetime

Overload List

Basic constructor that takes a given datetime

public Timestamp(DateTime);

Basic constructor, that also gives the posibility to set a timezone

public Timestamp(DateTime,Double);

Parse a DateTime

public Timestamp(ParseStream);

See Also

Timestamp Class | Yaml Namespace