TimeWithZone.Hour PropertyTimeWithZone.Hour PropertyTimeWithZone::Hour Property

Gets the hour component of this TimeWithZoneTimeWithZoneTimeWithZone.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

An intIntegerint representing the hour component of this TimeWithZoneTimeWithZoneTimeWithZone.