FiscalPeriodDataSet.FiscalPeriodsRow Members
Include Protected Members
Include Inherited Members
Represents fiscal reporting period information as a row in the FiscalPeriodDataSet.FiscalPeriodsDataTable object.
The FiscalPeriodDataSet.FiscalPeriodsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WFISCAL_MONTH | Gets or sets an integer that represents the order of a specified month within the fiscal year. | |
WFISCAL_PERIOD_FINISH_DATE | Gets or sets the end date of the fiscal period. | |
WFISCAL_PERIOD_NAME | Gets or sets a string that represents the name of the fiscal period. | |
WFISCAL_PERIOD_START_DATE | Gets or sets the start date of the fiscal period. | |
WFISCAL_PERIOD_UID | Gets or sets the GUID of the fiscal period. | |
WFISCAL_QUARTER | Gets or sets an integer that represents the order of a specified quarter within the fiscal year. | |
WFISCAL_YEAR | Gets or sets an integer that represents the fiscal year. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top