Time.secToMillisec()

Convert seconds to milliseconds

Parameters

NameTypeDescription
1secondnumber

Return value

number

the time in milliseconds

Usage

import {Time} from '@lcluber/type6js';

let secToMillisec = Time.secToMillisec(2);