YearlyBreakdown(Period) Constructor | 
            Constructs a 
YearlyBreakdown object that specifies
            yearly degree days covering the specified 
period in time and
            broken down according to regular calendar years.
            
 Namespace: DegreeDays.Api.Data.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntaxpublic YearlyBreakdown(
	Period period
)
Public Sub New ( 
	period As Period
)
Parameters
- period  Period
 - The period in time that the yearly breakdown should cover.
                   Cannot be null.
 
Exceptions
Remarks
            This is a shortcut version of 
            this constructor that specifies January the first as the
            startOfYear parameter.
            
See Also