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.
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public enum ExtendedDateTimePrecision
Dim instance As ExtendedDateTimePrecision
public enum class ExtendedDateTimePrecision
No code example is currently available or this language may not be supported.
None |
0 |
|
Century |
1 |
|
Decade |
2 |
|
Year |
3 |
|
Season |
4 |
|
Month |
5 |
|
Week |
6 |
|
Day |
7 |
|
Hour |
8 |
|
Minute |
9 |
|
Second |
10 |
|