By Year
ByYear
ByYear Objects
class ByYear()constructor
function constructor()Constructor
Arguments:
parentBaseOperationBuilder - this is a operationBaseBuilder.dateDate - Date when operation will be executedperiodicityNamestring - Name associated to periodicityendnumber or Date - When periodicity ends. By repetitions or by date
day
function day(day: number) -> 'BaseOperationBuilder'At this day will be executed the operation
Arguments:
daynumber
Returns:
BaseOperationBuilder
month
function month(month: string) -> 'BaseOperationBuilder,ByYear'At this month will be executed the operation
Arguments:
monthstring
Returns:
BaseOperationBuilder,ByYear