Header menu logo FSharp.Finance.Personal

OffsetDay Module

functions for converting offset days to and from dates

Functions and values

Function or value Description

OffsetDay.fromDate startDate offsetDate

Full Usage: OffsetDay.fromDate startDate offsetDate

Parameters:
Returns: int<MeasureProduct<OffsetDay, MeasureOne>>

convert an offset date to an offset day based on a given start date

startDate : Date
offsetDate : Date
Returns: int<MeasureProduct<OffsetDay, MeasureOne>>

OffsetDay.toDate startDate offsetDay

Full Usage: OffsetDay.toDate startDate offsetDay

Parameters:
Returns: Date

convert an offset day to an offset date based on a given start date

startDate : Date
offsetDay : int<MeasureProduct<OffsetDay, MeasureOne>>
Returns: Date

Type something to start searching.