StatusFreq Members
Include Protected Members
Include Inherited Members
Contains methods that get status report periods.
The StatusFreq type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusFreq([]) | Creates a StatusFreq object by using an array of DataRow objects that contain dates for the beginning and ending of status periods. | |
StatusFreq(DataTable) | Creates a StatusFreq object by using a DataTable object that contains dates for the beginning and ending of status periods. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllPeriods | Gets a list of status periods that include the start date of a report to the current date, plus 12 more periods. | |
GetHashCode | (Inherited from Object.) | |
GetNextPeriod | Gets the next period after the specified status period. | |
GetPeriodForDate | Gets the status period within which the specified date falls. | |
GetPeriodsForDateSpan | Gets status report periods that span the specified starting and ending dates. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top