[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

ComposeDateTime

Add a date and time

Declaration

Source position: datih.inc line 111

function ComposeDateTime(

  Date: TDateTime;

  Time: TDateTime

):TDateTime;

Description

ComposeDateTime correctly adds Date and Time, also for dates before 1899-12-31. For dates after this date, it is just the mathematical addition.

Errors

None.

See also

EncodeDateTime

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads