Function Name: Valid Time Type

Definition

Checks if the given value is a valid SE_TIME_TYPE_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidTimeType
(
SE_TIME_TYPE_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Status Code. Up:Index.