-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Given that we already have (add/subtract)Days, Weeks, etc.
functions for every available Unit
, is there a reason we don't define a generic add/subtract
function that allows the called to pass in the unit dynamically?
add( value: TDate, unit: Unit, count: number )
subtract( value: TDate, unit: Unit, count: number )
Metadata
Metadata
Assignees
Labels
No labels