Hour
This property specifies the hour component of an OracleTimeStamp.
Declaration
// C#
public int Hour{get;}Property Value
A number that represents the hour. Range of hour is (0 to 23).
Exceptions
OracleNullValueException - The current instance has a null value.