PgDAC

TCustomPgTimeStamp.EncodeDateTime Method

Sets the value of the timestamp object as year, month, day, hour, minute, second, and microsecond.

Class

TCustomPgTimeStamp

Syntax

procedure EncodeDateTime(Year: integer; Month: integer; Day: integer; Hour: integer; Minute: integer; Second: integer; Microsecond: integer);

Parameters
Year
Holds the year.
Month
Holds the month.
Day
Holds the day.
Hour
Holds the hour.
Minute
Holds the minute.
Second
Holds the second.
Microsecond
Holsd the microsecond.

Remarks

Call the EncodeDateTime method to set the value of the timestamp object as year, month, day, hour, minute, second, and microsecond.

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