OffsetDay Module
functions for converting offset days to and from dates
Functions and values
Function or value |
Description
|
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
|
Full Usage:
OffsetDay.toDate startDate offsetDay
Parameters:
Date
offsetDay : int<MeasureProduct<OffsetDay, MeasureOne>>
Returns: Date
|
convert an offset day to an offset date based on a given start date
|