...
Clk_GetDateTime()
Anchor
Files
...
clk.h/clk.c
...
Prototype
...
class | Code_Listing |
---|
...
rowspan | 5 |
---|
...
Arguments
...
p_date_time
Pointer to variable that will receive the date/time structure.
...
Returned Values
...
DEF_OK
, if date/time structure is valid.
...
...
DEF_FAIL
, otherwise.
...
Required Configuration
Anchor
Notes / Warnings
...
Clock time zone offset is used to calculate the local date/time (p_date_time
) returned. Thus local date/time is returned as UTC+TZ, where Clock time zone offset (TZ) is returned as local time zone offset (p_date_time->TZ_sec
).anchor
Example Usage
...
class | Code_Listing |
---|
...
rowspan | 8 |
---|
...