現在時刻を表す CTime オブジェクトを返します。
static CTime WINAPI GetCurrentTime( ) throw( );
解説
現在のシステム日付および時刻を世界協定時刻 (UTC: Coordinated Universal Time) で返します。
使用例
CTime t = CTime::GetCurrentTime();
必要条件
**ヘッダー:**atltime.h
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
現在時刻を表す CTime オブジェクトを返します。
static CTime WINAPI GetCurrentTime( ) throw( );
現在のシステム日付および時刻を世界協定時刻 (UTC: Coordinated Universal Time) で返します。
CTime t = CTime::GetCurrentTime();
**ヘッダー:**atltime.h