This is preliminary documentation and is subject to change.

ExtendedDateTimePrecision Enumeration

The extended date time precision, specifies the precision of the date time object, the higher the precision the more accurate the date time object is.
For example: a precision of Day means there are no time components, a precision of Hour means there are no minutes or seconds, etc.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public enum ExtendedDateTimePrecision

Members

None 0  
Century 1  
Decade 2  
Year 3  
Season 4  
Month 5  
Week 6  
Day 7  
Hour 8  
Minute 9  
Second 10  

See Also