typedef struct { Uint16 year; Uint8 month; Uint8 day; Uint8 hour; Uint8 minute; Uint8 second; Uint8 dayofweek; } BUS_TIME;
year 年(1998〜) month 月(1〜12) day 日(1〜31) hour 時(0〜23) minute 分(0〜59) second 秒(0〜59) dayofweek 曜日(0(日曜)〜6(土曜))
メモリーカードに記録されるファイルのタイムスタンプを格納する構造体です。
buFormatDisk() メモリーカードのフォーマット buSaveExecFile() 実行ファイルのセーブ buSaveFile() ファイルのセーブ