getMilliseconds
The getMilliseconds() function returns the milliseconds (0–999) of a TheDate.
Interactive example
Syntax
typescript
function getMilliseconds<
GenericInput extends TheDate
>(
input: GenericInput
): numberParameters
input:TheDatevalue.
Return value
Milliseconds of the date (0–999).
