App:Library:FabGL:Struct:DateTime

提供: robot-jp wiki
ナビゲーションに移動検索に移動

struct DateTime

日付と時刻を表します。

#include <DS3231.h>

Public Member Functions

time_t timestamp (int timezone)

Calculates Unix timestamp.


Public Attributes

int8_t dayOfMonth
int8_t dayOfWeek
int8_t hours
int8_t minutes
int8_t month
int8_t seconds
int16_t year

Detailed Description

日付と時刻を表します。

Examples:

SSD1306_OLED/128x64/RTClock/RTClock.ino.

Definition at line 58 of file DS3231.h.


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




戻る