Provides a date portion of the datetime value.
Class
TOraTimeStamp
Syntax
procedure SetDate(Year: smallint; Month: byte; Day: byte);
Parameters
Year
Holds the year.
Month
Holds the month.
Day
Holds the day.
Remarks
Call the SetDate method to set a date (year, month, day) portion in a datetime value.
See Also