Click or drag to resize

StartOfYearDayOfMonth Property

Gets the number between 1 and the number of days in MonthOfYear (inclusive) indicating which day in MonthOfYear is the first day of the "year" defined by this StartOfYear.

Namespace: DegreeDays.Time
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public int DayOfMonth { get; }

Property Value

Int32
Remarks

If MonthOfYear is 2 (for February), this DayOfMonth will never be greater than 28, as February 29th only exists in leap years, and StartOfYear has to be applicable to all years.

See Also