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