Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Clk_IsDateTimeValid()

Determine if date/time structure is valid in Clock epoch.

...

clk.h/clk.c

Prototype

Arguments

p_date_time

Pointer to variable that contains the date/time structure to validate.

Returned Values

DEF_YES, if date/time structure is valid.

DEF_NO, otherwise.

Required Configuration

None.

...