avr-libc  2.0.0
Standard C library for AVR-GCC

AVR Libc Home Page

AVRs

AVR Libc Development Pages

Main Page

User Manual

Library Reference

FAQ

Example Projects

All Data Structures Files Functions Variables Typedefs Enumerations Macros Modules Pages
データフィールド
week_date 構造体リファレンス

データフィールド

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

年の値 (グレゴリオ暦)


この構造体のドキュメントは、次のファイルから生成されました。