This is preliminary documentation and is subject to change.

ExtendedDateTimeCalculator Class

The extended date time calculator.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static class ExtendedDateTimeCalculator
Inheritance
Object    ExtendedDateTimeCalculator

Methods

AddMonths Adds the months.
CenturyOfYear Number of Centuries of the year
DaysInMonth(Int32) Number of Days in the month
DaysInMonth(Int32, Int32) Number of Days in the month
DaysInYear Number of days in the year
DaysToMonth Number of days since day 1 of the year until the given month
IsLeapYear Tests if the given year is a leap year
YearOfCentury Number of years since the beginning of the years century

See Also