The TimeSpan class is used for representing time interval that is the difference between two times measured in a number of days, hours, minutes, and seconds. 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 that is the difference between two times measured in a number of days, hours, minutes, and seconds.TimeSpan
cannot be negative.IMPORT_PATH:
"@daiso-tech/core/utilities"