avr-libc
2.0.0
Standard C library for AVR-GCC
|
AVR Libc Home Page |
AVR Libc Development Pages |
||||
Main Page |
User Manual |
Library Reference |
FAQ |
Example Projects |
データフィールド | |
int | year |
int | week |
int | day |
日付を、年、その年の週番号、曜日として表す構造体。詳細については、http://en.wikipedia.org/wiki/ISO_week_date を参照してください。
int week_date::day |
週の内の日(曜日)
int week_date::week |
週の値 (#1 は、最初の木曜日が入っている週です。)
int week_date::year |
年の値 (グレゴリオ暦)