addMinutes()function
addMinutes(change: number, target?: PossibleDate, caller: AnyCaller = addMinutes): Date
| Param | Type | |
|---|---|---|
change | number | required |
target | PossibleDate | Values that can be converted to dates. |
caller | AnyCaller | Any calling function or constructor, usually referring to something that can call in the current scope that can appear in a stack trace. Defaults to addMinutes |
| Return | |
|---|---|
Date |
Return a new date that increase or decreases the minute based on an input date.