[Overview][Constants][Procedures and functions][Index] Reference for unit 'dateutils' (#rtl)

Reference for unit 'dateutils'

Date/Time manipulation routines.

uses

  System,

  

The system unit

  sysutils,

  

Various system utilities.

  math,

  

Additional mathematical routines.

  types;

  

Various types

Overview

DateUtils contains a large number of date/time manipulation routines, all based on the TDateTime type. There are routines for date/time math, for comparing dates and times, for composing dates and decomposing dates in their constituent parts.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.