btrDate型の変換クラス [詳解]
#include <btrDate.h>
公開メンバ関数 | |
| bdate (int btrDate) | |
| bdate (const _TCHAR *date) | |
| btrDate | btr_date () |
| const _TCHAR * | c_str () |
| int | date () |
| const _TCHAR * | date_str () |
| int | month () |
| const _TCHAR * | month_str () |
| int | year () |
| const _TCHAR * | year_str () |
btrDate型の変換クラス
|
explicit |
コンストラクタ。日付をintの値で初期化します。
|
explicit |
コンストラクタ。日付を"yyyy-mm-dd"形式の文字列で初期化します。
|
inline |
日付をbtrDate型で返します。
| const _TCHAR * c_str | ( | ) |
日付を"yyyy-mm-dd"形式の文字列で返します。
|
inline |
日をintの値で返します。
| const _TCHAR * date_str | ( | ) |
日を文字列で返します。
|
inline |
月をintの値で返します。
| const _TCHAR * month_str | ( | ) |
月を文字列で返します。
|
inline |
年をintの値で返します。
| const _TCHAR * year_str | ( | ) |
年を文字列で返します。