Header menu logo FSharp.Finance.Personal

Config Type

unit period combined with a start date and multiple where appropriate

Union cases

Union case Description

Daily StartDate

Full Usage: Daily StartDate

Parameters:

daily starting on the given date

StartDate : Date

Monthly(MonthMultiple, Year, Month, Day)

Full Usage: Monthly(MonthMultiple, Year, Month, Day)

Parameters:
    MonthMultiple : 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)

MonthMultiple : int
Year : int
Month : int
Day : int

SemiMonthly(smYear, smMonth, Day1, Day2)

Full Usage: SemiMonthly(smYear, smMonth, Day1, Day2)

Parameters:
    smYear : 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

smYear : int
smMonth : int
Day1 : int
Day2 : int

Weekly(WeekMultiple, WeekStartDate)

Full Usage: Weekly(WeekMultiple, WeekStartDate)

Parameters:
    WeekMultiple : int
    WeekStartDate : Date

(multi-)weekly: every n weeks starting on the given date

WeekMultiple : int
WeekStartDate : Date

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the unit-period config in a readable format

Returns: string

this.IsDaily

Full Usage: this.IsDaily

Returns: bool
Returns: bool

this.IsMonthly

Full Usage: this.IsMonthly

Returns: bool
Returns: bool

this.IsSemiMonthly

Full Usage: this.IsSemiMonthly

Returns: bool
Returns: bool

this.IsWeekly

Full Usage: this.IsWeekly

Returns: bool
Returns: bool

Type something to start searching.