TimeSpan.HoursPerDay フィールド

定義

1 日の時間数を表します。 このフィールドは定数です。

public: int HoursPerDay = 24;
public const int HoursPerDay = 24;
val mutable HoursPerDay : int
Public Const HoursPerDay As Integer  = 24

フィールド値

Value = 24

注釈

この定数の値は 24 です。

適用対象