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.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public int DayOfMonth { get; }
Public ReadOnly Property DayOfMonth As Integer
Get
Property Value
Int32Remarks
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