...
Anchor
Files
...
clk.h/clk.c
...
Prototype
HTML Tablecode | ||||
---|---|---|---|---|
| ||||
Table Row (tr) | ||||
Table Cell (td) | ||||
| ||||
Anchor | 1050989 | 1050989 |
| |
CPU_BOOLEAN Clk_IsDateTimeValid (CLK_DATE_TIME *p_date_time); Table Row (tr) | Table Row (tr) | Table Row (tr) | Table Row (tr) | |
...
...
...
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. Anchor
DEF_NO
, otherwise. Anchor
Required Configuration
...
None. Anchor
Notes / Warnings
Anchor
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
.Example Usage
Anchor | ||||
---|---|---|---|---|
|
...
class | Code_Listing |
---|
...
rowspan | 8 |
---|
...
|
Code Block | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CLK_DATE_TIME date_time; Anchor | | 1066934 | 1066934 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066935 | 1066935 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066936 | 1066936 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066937 | 1066937 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066938 | 1066938 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066939 | 1066939 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066940 | 1066940 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066941 | 1066941 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066942 | 1066942 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066943 | 1066943 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066944 | 1066944 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066945 | 1066945 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066946 | 1066946 | valid =||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066947 | 1066947 | if||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066948 | 1066948 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066949 | 1066949 | } else {||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066950 | 1066950 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Anchor | 1066951 | 1066951 | }||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Row (tr) |