The TimeSpan class is used for representing time interval. TimeSpan cannot be negative.
TimeSpan
IMPORT_PATH: "@daiso-tech/core/utilities"
"@daiso-tech/core/utilities"
Will return endDate relative to a given startDate argument.
startDate
{new Date()} - current date Copy
{new Date()} - current date
Will return startDate relative to a given endDate argument.
endDate
Static
The
TimeSpan
class is used for representing time interval.TimeSpan
cannot be negative.IMPORT_PATH:
"@daiso-tech/core/utilities"