TargetUpdateQuarterlyFiscalCalendar.QuarterlyFiscalCalendar Field
Specifies the quarterly fiscal calendar entity.
Syntax
[Visual Basic .NET]
Public Field QuarterlyFiscalCalendar As quarterlyfiscalcalendar
[C#]
public quarterlyfiscalcalendar QuarterlyFiscalCalendar;
[JScript]
public var QuarterlyFiscalCalendar : quarterlyfiscalcalendar;
Remarks
To update fields in a quarterly fiscal calendar, create an instance of the quarterlyfiscalcalendar class and set the fields that you wish to update. Only those fields that are set will be updated in the database.
See Also