Icon IsTime

Unit: WebCore

Available In: Client and Server Applications

function IsTime(const Value: String): Boolean

The IsTime function returns True if the input parameter is a valid time string. The required format of the string is determined by the TFormatSettings ShortTimeFormat property.

Examples

X := IsTime('12:10 PM');  // X is True
Image