Versions Compared

Key

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

...

Clk_GetDayOfWk()

...

10510441051044Get the day of week. Anchor10510451051045

Files

...

...

clk.h/clk.c

...

Prototype

...

classCode_Listing

...

rowspan5

...

...

Arguments

...

yr Year value [1900 to 2135].

...

month Month value [1 to 12], (January to December).

...

day Day value [1 to 31].

...

Returned Values

...

...

Day of week [1 to 7] (Sunday to Saturday), if no errors.

...

CLK_DAY_OF_WK_NONE, otherwise

...

...

Required Configuration

Anchor10510641051064None. Anchor10510651051065

Notes / Warnings

...

It’s only possible to get a day of week of an epoch supported by Clock: Anchor10669961066996

...

Example Usage

...

classCode_Listing

...

rowspan8

...