Function arguments type.
Function output type.
Function instance.
Function calling context (i.e. this
).
Function arguments.
Function result and it's execution time.
Measure execution time of the given async function.
Function arguments type.
Function output type.
Async function instance.
Function calling context (i.e. this
).
Function arguments.
Function result and it's execution time.
Computes the date for next month at midnight time.
Date of first day for next month.
Converts given UNIX time to Date equivalent.
UNIX time.
Date equivalent.
Convert hours, minutes and seconds to milliseconds.
Number of hours.
Defaults to 0.
Number of minutes.
Defaults to 0.
Number of seconds.
Defaults to 0.
Number of milliseconds.
Converts milliseconds to seconds.
Converts minutes to seconds.
Converts seconds to milliseconds.
Sleeps for specified amount of milliseconds
Number of milliseconds to sleep.
Computes the date of tomorrow. Tomorrow computation will have current time.
Date of tomorrow.
Convert given date
to UNIX time.
Date to be converted.
UNIX time equivalent of the date
.
Measure execution time of the given function.