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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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