Click or drag to resize

TimeSpanUnits Enumeration

Represents the units a TimeSpan is serialized in.

Namespace:  MongoDB.Bson.Serialization.Options
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public enum TimeSpanUnits
Members
  Member nameValueDescription
Ticks0 Use ticks as the units.
Days1 Use days as the units.
Hours2 Use hours as the units.
Minutes3 Use minutes as the units.
Seconds4 Use seconds as the units.
Milliseconds5 Use milliseconds as the units.
Microseconds6 Use microseconds as the units.
Nanoseconds7 Use nanoseconds as the units.
See Also