Icon IsSecond

Unit: WebCore

Available In: Client and Server Applications

function IsSecond(Value: Integer): Boolean

The IsSecond function returns True if the input parameter is a valid second number. The valid second numbers are 0-59.

Examples

X := IsSecond(34);  // X is True
Image