DatedBreakdownMonthly(Period) Method |
Returns a non-null
MonthlyBreakdown object that specifies
monthly degree days covering the specified
period in time
and broken down according to regular calendar months.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static MonthlyBreakdown Monthly(
Period period
)
Public Shared Function Monthly (
period As Period
) As MonthlyBreakdown
Parameters
- period Period
- The period in time that the monthly breakdown should cover.
Cannot be null.
Return Value
MonthlyBreakdownThe newly-constructed
MonthlyBreakdown object.
Exceptions Remarks
This is a shortcut version of this
method that specifies the first day of the month as the
startOfMonth parameter.
See Also