14.9.7.5 Millisecond
This property gets the millisecond component of an OracleTimeStampLTZ.
                  
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.