| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TFormatDateTimeOption
Source position: datih.inc line 22
type TFormatDateTimeOptions = set of (  | 
||
fdoInterval  | 
  | 
Format the time as an interval, 24+hours are presented as such  | 
);  | 
TFormatDateTimeOptions is a set of TFormatDateTimeOptions, and is used in the last argument of FormatDateTime
  | 
Return a string representation of a TDateTime value with a given format.  | 
|
  | 
Set of TFormatDateTimeOption  |