Basics
  Home  |  RTL DateUtils unit
 Type   Name   Summary
 
 Function DayOfTheMonth Gives day of month index for a TDateTime value (ISO 8601)
 Function DayOfTheWeek Gives day of week index for a TDateTime value (ISO 8601)
 Function DayOfTheYear Gives the day of the year for a TDateTime value (ISO 8601)
 Function DaysBetween Gives the whole number of days between 2 dates
 Function DaysInAMonth Gives the number of days in a month
 Function DaysInAYear Gives the number of days in a year
 Function DaySpan Gives the fractional number of days between 2 dates
 Procedure DecodeDateTime Breaks a TDateTime variable into its date/time parts
 Function EncodeDateTime Build a TDateTime value from day and time values
 Function EndOfADay Generate a TDateTime value set to the very end of a day
 Function EndOfAMonth Generate a TDateTime value set to the very end of a month
 Function IncDay Increments a TDateTime variable by + or - number of days
 Function IncMillisecond Increments a TDateTime variable by + or - number of milliseconds
 Function IncMinute Increments a TDateTime variable by + or - number of minutes
 Function IncSecond Increments a TDateTime variable by + or - number of seconds
 Function IncYear Increments a TDateTime variable by a number of years
 Function MonthOfTheYear Gives the month of the year for a TDateTime value
 Function RecodeDate Change only the date part of a TDateTime variable
 Function RecodeTime Change only the time part of a TDateTime variable
 Function Tomorrow Gives the date tomorrow
 Function Yesterday Gives the date yesterday
 
 
Run Time Library Reference  
By first letter  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z $
By Functionality  
 
 Data types
Integers, ordinals
Floating point types
String, char types
Pointer types
Other types
 
 Program structure
Program control
Program data
Looping
Logic
Object orientation
 
 Options
Control options
Data options
 
 Files
Operations
Data access
File name handling
 Strings and chars
Operations
Conversions from
Conversions to
Displaying
 
 
 Numbers and sets
Calculations
Conversions from
Conversions to
Trigonometry
Default numbers
Displaying
 
 
 Dates and Times
Calculations
Conversions from
Conversions to
Values
Displaying
 
By Unit  
 
System
SysUtils
StrUtils
DateUtils
FileCtrl
ConvUtils
StdConvs
Math
Classes
Dialogs
Types
Variants
 
By Category  
 
  Compiler directives
  Directives
  Keywords
  Types
  Variables   Constants
  Functions
  Procedures
 
 
Delphi Programming © Neil Moffatt All rights reserved.  |  Home Page