Enum TimeSpanUnits
- Namespace
- MongoDB.Bson.Serialization.Options
- Assembly
- MongoDB.Bson.dll
Represents the units a TimeSpan is serialized in.
public enum TimeSpanUnits- Extension Methods
Fields
- Ticks = 0
- Use ticks as the units. 
- Days = 1
- Use days as the units. 
- Hours = 2
- Use hours as the units. 
- Minutes = 3
- Use minutes as the units. 
- Seconds = 4
- Use seconds as the units. 
- Milliseconds = 5
- Use milliseconds as the units. 
- Microseconds = 6
- Use microseconds as the units. 
- Nanoseconds = 7
- Use nanoseconds as the units.