DateAndTime.Now プロパティ

定義

ご利用のシステムに従った現在の日付と時刻を含む日付型の値を返します。

public:
 static property DateTime Now { DateTime get(); };
public static DateTime Now { get; }
static member Now : DateTime
Public ReadOnly Property Now As DateTime

プロパティ値

システムに応じた現在の日付と時刻。

次の例では、 プロパティを Now 使用して、現在のシステムの日付と時刻を返します。

Dim ThisMoment As Date
' The following statement calls the Get procedure of the Visual Basic Now property.
ThisMoment = Now

注釈

システム日付を設定するには、 プロパティを Today 使用します。 システム時刻を設定するには、 プロパティを使用します TimeOfDay

適用対象

こちらもご覧ください