This is preliminary documentation and is subject to change.

DayExceedsDaysInMonthStrategy Enumeration

Strategy for excess days in a month

Definition

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

Members

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)

See Also