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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
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