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. Anchor10509851050985

Files

...

clk.h/clk.c

...

...

Prototype

...

classCode_Listing

...

rowspan5

...

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.anchor10669281066928

Notes / Warnings

...

Date/time structure (p_date_time) must be representable in Clock timestamp. Thus date to validate must be greater than or equal to CLK_EPOCH_YR_START and less than CLK_EPOCH_YR_END. Anchor10669661066966

Example Usage

...

classCode_Listing

...

rowspan8

...