Icon IsMSecond

Unit: WebCore

Available In: Client and Server Applications

function IsMSecond(Value: Integer): Boolean

The IsMSecond function returns True if the input parameter is a valid millisecond number. The valid millisecond numbers are 0-999.

Examples

X := IsMSecond(317);  // X is True
Image