Config Type
unit period combined with a start date and multiple where appropriate
Union cases
Union case |
Description
|
|
daily starting on the given date
|
Full Usage:
Monthly(MonthMultiple, Year, Month, Day)
Parameters:
int
Year : int
Month : int
Day : int
|
(multi-)monthly: every n months starting on the date given by year, month and day, which tracks month-end (see config)
|
Full Usage:
SemiMonthly(smYear, smMonth, Day1, Day2)
Parameters:
int
smMonth : int
Day1 : int
Day2 : int
|
semi-monthly: twice a month starting on the date given by year, month and day 1, with the other day given by day 2
|
|
(multi-)weekly: every n weeks starting on the given date
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the unit-period config in a readable format
|
Full Usage:
this.IsDaily
Returns: bool
|
|
Full Usage:
this.IsMonthly
Returns: bool
|
|
Full Usage:
this.IsSemiMonthly
Returns: bool
|
|
Full Usage:
this.IsWeekly
Returns: bool
|
|