ODAC

TOraTimeStampField Class

A class providing access to the Oracle timestamp fields.

For a list of all members of this type, see TOraTimeStampField members.

Unit

Ora

Syntax

TOraTimeStampField = class(TField);

Remarks

TOraTimeStampField provides access to Oracle timestamp fields. The TOraTimeStampField class supports three data types: TIMESTAMP, TIMESTAMP WITH TIME ZONE, TIMESTAMP WITH LOCAL TIME ZONE. According to this, the TOraTimeStampField.DataType property has three valid values ftTimeStamp, ftTimeStampTZ and ftTimeStampLTZ.

You can access actual timestamp value using the AsDateTime, AsString and AsOraTimeStamp properties.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback