Yaml .NET Parser

Timestamp Constructor (DateTime, Double)

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

public Timestamp(
   DateTime datetime,
   Double timezone
);

Parameters

datetime
A .NET 1.0 datetime
timezone
The offset, in hours,r to UTC that determine the timezone

Remarks

Missing <remarks> documentation for M:Yaml.Timestamp.#ctor(System.DateTime,System.Double)

See Also

Timestamp Class | Yaml Namespace | Timestamp Constructor Overload List