TargetUpdateQuarterlyFiscalCalendar Class
Specifies the parameters needed to update a quarterly fiscal calendar.
The TargetUpdateQuarterlyFiscalCalendar class inherits from TargetUpdate. It exposes the following members.
Constructor | Description |
TargetUpdateQuarterlyFiscalCalendar | Initializes a new instance of the TargetUpdateQuarterlyFiscalCalendar class. |
Field | Description |
QuarterlyFiscalCalendar | Specifies the quarterly fiscal calendar entity. |
Remarks
Pass an instance of this class as the target parameter in the UpdateRequest class. To perform this action, the caller must have prvWriteUser privilege and access rights on the entity instance specified in the request class.
See Also