QuarterInfo Class |
Namespace: Koden.Utils.Models
The QuarterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| QuarterInfo | Initializes a new instance of the QuarterInfo class |
| Name | Description | |
|---|---|---|
| FirstDayOfPeriod |
Gets or sets the first day of quarter.
| |
| LastDayOfPeriod |
Gets or sets the last day of quarter.
| |
| Qtr |
Gets or sets the Quarter.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToLongString |
Returns Quarter
| |
| ToSemiAnnualString |
Returns "1st Half", "2nd Half"
| |
| ToShortString |
Returns Q1,Q2,Q3,Q4
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |