PgDAC

TCustomPgTimeStamp.DecodeTime Method

Provides hour, minute, second, and microsecond from the timestamp object.

Class

TCustomPgTimeStamp

Syntax

procedure DecodeTime(var Hour: integer; var Minute: integer; var Second: integer; var Microsecond: integer);

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

Remarks

Call the DecodeTime method to get hour, minute, second, and microsecond from the timestamp object.

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