Icon IsMonth

Unit: WebCore

Available In: Client and Server Applications

function IsMonth(Value: Integer): Boolean

The IsMonth function returns True if the input parameter is a valid month number. The valid month numbers are 1-12.

Examples

X := IsMonth(0);  // X is False
Image