Minute
This property gets the minute component of an OracleTimeStamp.
Declaration
// C#
public int Minute{get;}Property Value
A number that represent a minute. Range of Minute is (0 to 59).
Exceptions
OracleNullValueException - The current instance has a null value.