バージョン

ForceEarliestTimeOfDay メソッド

指定された日付の最も早い日時を返します。
シンタックス
'宣言
 
Public Shared Function ForceEarliestTimeOfDay( _
   ByVal dateTime As SmartDate _
) As SmartDate
public static SmartDate ForceEarliestTimeOfDay( 
   SmartDate dateTime
)

パラメータ

dateTime
返す日を示すSmartDate。

戻り値の型

その日の最も早い時刻に対応するSmartDate。
解説

このメソッドは、渡された SmartDate 値の Date 部分を返します。時間、分、秒の各プロパティは 0 に設定されます。

参照