UnitPeriod Type
interval between payments
Union cases
Union case |
Description
|
Full Usage:
Day
|
a day |
Full Usage:
Month MonthMultiple
Parameters:
int
|
a month or a multiple of months
|
Full Usage:
SemiMonth
|
half a month |
Full Usage:
Week WeekMultiple
Parameters:
int
|
a week or a multiple of weeks
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the unit period in a readable format
|
Full Usage:
this.IsDay
Returns: bool
|
|
Full Usage:
this.IsMonth
Returns: bool
|
|
Full Usage:
this.IsSemiMonth
Returns: bool
|
|
Full Usage:
this.IsWeek
Returns: bool
|
|