PgDAC

TCustomPgTimeStamp.DecodeDate Method

Provides year, month, and day from the timestamp object.

Class

TCustomPgTimeStamp

Syntax

procedure DecodeDate(var Year: integer; var Month: integer; var Day: integer);

Parameters
Year
Holds the year.
Month
Holds the month.
Day
Holds the day.

Remarks

Call the DecodeDate method to get year, month, and day from the timestamp object.

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