StiFiscalMonth Class
Namespace: Stimulsoft.Data.Types
Constructors
| Constructor | Description |
|---|---|
| constructor(StiMonth month, StiMonth startMonth) |
constructor(month: StiMonth, startMonth: StiMonth)
Parameters
- month (StiMonth)
- startMonth (StiMonth)
Properties
| Property | Type | Description |
|---|---|---|
| actualMonthIndex | number |
Methods
| Method | Returns | Description |
|---|---|---|
| getHashCode | number | |
| stiFiscalMonth | void | |
| toString | string |
Method Details
getHashCode
getHashCode(): number
Returns number
stiFiscalMonth
stiFiscalMonth(month: StiMonth, startMonth: StiMonth): void
Parameters
- month (StiMonth)
- startMonth (StiMonth)
toString
toString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| month | StiMonth | |
| startMonth | StiMonth |