Function Name: Valid Time Of Day
Definition
Checks if the given value is a valid
SE_TIME_OF_DAY_ENUM
.
Returns
SE_TRUE if value is valid
SE_FALSE otherwise
Prototype
extern
SE_BOOLEAN
SE_ValidTimeOfDay
(
SE_TIME_OF_DAY_ENUM
value
(notes)
);
Parameters Notes
value
value to be checked
Prev:
Valid Time Data Type
.
Next:
Valid Time Significance
.
Up:
Index
.