次の方法で共有


現在の時刻 : オートメーション クラス

更新 : 2007 年 11 月

COleDateTime オブジェクトを作成し、現在の時刻で初期化する手順を次に示します。

現在の時刻を取得するには

  1. COleDateTime オブジェクトを作成します。

  2. GetCurrentTime を呼び出します。

    COleDateTime timeNow;
    timeNow = COleDateTime::GetCurrentTime();   
    

参照

概念

日付と時刻 : オートメーションのサポート