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.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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