14.3.7.9 Year
This property gets the year component of an OracleDate.
Declaration
// C#
public int Year {get;}Property Value
A number that represents Year. Range of Year is (-4712 to 9999).
Exceptions
OracleNullValueException - OracleDate has a null value.