Header menu logo FSharp.Finance.Personal

TrackingDay Module

day of month, bug: specifying 29, 30, or 31 means the dates will track the specific day of the month where possible, otherwise the day will be the last day of the month; so 31 will track the month end; also note that it is possible to start with e.g. (2024, 02, 31) and this will yield 2024-02-29 29 2024-03-31 2024-04-30 etc.

Functions and values

Function or value Description

TrackingDay.toDate y m td

Full Usage: TrackingDay.toDate y m td

Parameters:
    y : int
    m : int
    td : int

Returns: Date

create a date from a year, month, and tracking day

y : int
m : int
td : int
Returns: Date

Type something to start searching.