DayExceedsDaysInMonthStrategy Enumeration
Strategy for excess days in a month
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public enum DayExceedsDaysInMonthStrategy
Dim instance As DayExceedsDaysInMonthStrategy
public enum class DayExceedsDaysInMonthStrategy
No code example is currently available or this language may not be supported.
RoundDown |
0 |
Days will be rounded down to the next possible day (e.g. 31 to 30) |
Overflow |
1 |
Days will overflow into the next month (e.g. 31 to 01) |