PgDAC

TCustomPgTimeStamp.EncodeTime Method

Sets hour, minute, second, and microsecond in the timestamp object.

Class

TCustomPgTimeStamp

Syntax

procedure EncodeTime(Hour: integer; Minute: integer; Second: integer; Microsecond: integer);

Parameters
Hour
Holds the hour.
Minute
Holds the minute.
Second
Holds the second.
Microsecond
Holds the microsecond.

Remarks

Call the EncodeTime method to set hour, minute, second, and microsecond in the timestamp object.

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