Delphi
Basics
Home
|
Dates and times
: Displaying dates and times
Type
Name
Summary
Variable
DateSeparator
The character used to separate display date fields
Function
DateTimeToStr
Converts TDateTime date and time values to a string
Procedure
DateTimeToString
Rich formatting of a TDateTime variable into a string
Function
DateToStr
Converts a TDateTime date value to a string
Function
FormatDateTime
Rich formatting of a TDateTime variable into a string
Variable
LongDateFormat
Long version of the date to string format
Variable
LongDayNames
An array of days of the week names, starting 1 = Sunday
Variable
LongMonthNames
An array of days of the month names, starting 1 = January
Variable
LongTimeFormat
Long version of the time to string format
Variable
ShortDateFormat
Compact version of the date to string format
Variable
ShortDayNames
An array of days of the week names, starting 1 = Sunday
Variable
ShortMonthNames
An array of days of the month names, starting 1 = Jan
Variable
ShortTimeFormat
Short version of the time to string format
Variable
TimeAMString
Determines AM value in DateTimeToString procedure
Variable
TimePMString
Determines PM value in DateTimeToString procedure
Variable
TimeSeparator
The character used to separate display time fields
Function
TimeToStr
Converts a TDateTime time value to a string
Variable
TwoDigitYearCenturyWindow
Sets the century threshold for 2 digit year string conversions
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
© CodeGear
2006 - 2007. All rights reserved.
|
Home Page