BudgetTimePeriod interface
The start and end date for a budget.
Properties
end |
The end date for the budget. If not provided, we default this to 10 years from the start date. |
start |
The start date for the budget. |
Property Details
endDate
The end date for the budget. If not provided, we default this to 10 years from the start date.
endDate?: Date
Property Value
Date
startDate
The start date for the budget.
startDate: Date
Property Value
Date