RelativeDateAbsoluteTimeOptions

constructor(dateOptions: RelativeLocalDateOptions = RelativeLocalDateOptions(), timeOptions: LocalTimeOptions<*>, joinerStyle: DateStyle = Defaults.JOINER)

Parameters

dateOptions

relative date options, see RelativeLocalDateOptions

timeOptions

absolute time options, see LocalTimeOptions

joinerStyle

the style of the join between the date and time components (e.g. <date>, <time> vs <date> at <time>)


constructor(dateOptions: RelativeLocalDateOptions = RelativeLocalDateOptions(), timeOptions: LocalTimeStyleOptions = Defaults.LOCAL_TIME, joinerStyle: DateStyle = Defaults.JOINER)