Filter results by

Older Versions

Older API versions are available as a download. To view, extract the file and open the index.html file in a web browser.

artik_time Struct Reference

Time storage type. More...

#include <base/artik_time.h>

Data Fields

unsigned int second
 Seconds elapsed in the current minute (0-59)
 
unsigned int minute
 Minutes elapsed in the current hour (0-59)
 
unsigned int hour
 Hours starting from midnight (0-23)
 
unsigned int day
 Day of the month (1-31)
 
unsigned int month
 Month starting from January (1-12)
 
unsigned int year
 Year.
 
unsigned int day_of_week
 Day of the week starting from Sunday (0-6)
 
unsigned int msecond
 Milliseconds elapsed in the current second.
 

Detailed Description

Storage type used to store the time information of a Time object.

Examples:
time_test/artik_time_test.c.

Definition at line 71 of file artik_time.h.


The documentation for this struct was generated from the following file:
Last updated on: