Now プロパティ
更新 : 2007 年 11 月
システムに従った現在の日付と時刻を含む日付型 (Date) の値を返します。
ReadOnly Public Property Now() As DateTime
解説
システム日付を設定するには、Today プロパティ を使用します。システム時刻を設定するには、TimeOfDay プロパティ を使用します。
使用例
次の例は、Now プロパティを使って、現在のシステムの日付と時刻を取得します。
Dim ThisMoment As Date
' The following statement calls the Get procedure of the Visual Basic Now property.
ThisMoment = Now
必要条件
名前空間 : Microsoft.VisualBasic
モジュール : DateAndTime
アセンブリ : Visual Basic ランタイム ライブラリ (Microsoft.VisualBasic.dll)
Now はクラスではなくモジュールのメンバであるため、Now にアクセスするためのオブジェクトを作成する必要はありません。