This enumeration defines restriction for date/time values.
Time
The value must be in the future.
FUTURE = 2;
The value must be in the past.
PAST = 1;
The default value (if the time option is not set).
TIME_UNDEFINED = 0;