Developer World
Spresense SDK Library v3.2.0-ebc0364
lte_localtime Struct Reference

#include <lte.h>

Public Attributes

int32_t year
 
int32_t mon
 
int32_t mday
 
int32_t hour
 
int32_t min
 
int32_t sec
 
int32_t tz_sec
 

Detailed Description

Definition of local time. This is notified by get_localtime_cb_t and localtime_report_cb_t

Member Data Documentation

◆ year

int32_t year

Years (0-99)

◆ mon

int32_t mon

Month (1-12)

◆ mday

int32_t mday

Day of the month (1-31)

◆ hour

int32_t hour

Hours (0-23)

◆ min

int32_t min

Minutes (0-59)

◆ sec

int32_t sec

Seconds (0-59)

◆ tz_sec

int32_t tz_sec

Time zone in seconds (-86400-86400)


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