Millisecond
This property gets the millisecond component of an OracleTimeStamp.
Declaration
// C#
public double Millisecond{get;}Property Value
A number that represents a millisecond. Range of Millisecond is (0 to 999.999999).
Exceptions
OracleNullValueException - The current instance has a null value.