Duration.Hours PropertyDuration.Hours PropertyDuration::Hours Property

Gets the hours component of the current DurationDurationDuration.

Syntax

Public ReadOnly Property Hours As Integer
        Get
public int Hours { get; }
public:
property int Hours {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The hours component of this instance. The values range between -23 and 23.