TimeSpan.HoursPerDay Field

Definition

Represents the number of hours in 1 day. This field is constant.

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

Field Value

Value = 24

Remarks

The value of this constant is 24.

Applies to