全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 ページ
公開メンバ関数 | 全メンバ一覧
bdate クラス

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型の変換クラス

構築子と解体子

bdate ( int  btrDate)
explicit

コンストラクタ。日付をintの値で初期化します。

bdate ( const _TCHAR *  date)
explicit

コンストラクタ。日付を"yyyy-mm-dd"形式の文字列で初期化します。

関数詳解

btrDate btr_date ( )
inline

日付をbtrDate型で返します。

const _TCHAR * c_str ( )

日付を"yyyy-mm-dd"形式の文字列で返します。

int date ( )
inline

日をintの値で返します。

const _TCHAR * date_str ( )

日を文字列で返します。

int month ( )
inline

月をintの値で返します。

const _TCHAR * month_str ( )

月を文字列で返します。

int year ( )
inline

年をintの値で返します。

const _TCHAR * year_str ( )

年を文字列で返します。

Transactd SDK 2018年07月31日(火) 19時40分27秒 doxygen