NanomeCMS RTL Functions
www.ziemers.de | RTL Functions
function CompareDateTime(const A: TDateTime; const B: TDateTime): TValueRelationship;
www.ziemers.de | RTL Functions
function CompareText(const S1: string; const S2: string): Integer;
www.ziemers.de | RTL Functions
procedure DateTimeToString(var Result: string; const Format: string; DateTime: TDateTime);
www.ziemers.de | RTL Functions
function DayOf(const AValue: TDateTime): Integer;
www.ziemers.de | RTL Functions
function DayOfTheWeek(const AValue: TDateTime): Word;
www.ziemers.de | RTL Functions
function DayOfTheYear(const AValue: TDateTime): Word;
www.ziemers.de | RTL Functions
function DaysBetween(const ANow: TDateTime; const AThen: TDateTime): Integer;
www.ziemers.de | RTL Functions
function DaysInMonth(const AValue: TDateTime): Word;
www.ziemers.de | RTL Functions
function DaysInYear(const AValue: TDateTime): Word;
www.ziemers.de | RTL Functions
function Fetch(var AInput: string; const ADelim: string; const ADelete: Boolean; const ACaseSensitive: Boolean): string;
www.ziemers.de | RTL Functions
function Format(const Format: string; const Args: array of const): string;
www.ziemers.de | RTL Functions
function HourOf(const AValue: TDateTime): Integer;
www.ziemers.de | RTL Functions
function HoursBetween(const ANow: TDateTime; const AThen: TDateTime): Int64;
www.ziemers.de | RTL Functions
function IncDay(const AValue: TDateTime; const ANumberOfDays: Integer): TDateTime;
www.ziemers.de | RTL Functions
function IncHour(const AValue: TDateTime; const ANumberOfHours: Int64): TDateTime;
www.ziemers.de | RTL Functions
function IncMinute(const AValue: TDateTime; const ANumberOfMinutes: Int64): TDateTime;
www.ziemers.de | RTL Functions
function IncMonth(const AValue: TDateTime; const ANumberOfMonths: Integer): TDateTime;
www.ziemers.de | RTL Functions
function IncSecond(const AValue: TDateTime; const ANumberOfSeconds: Int64): TDateTime;
www.ziemers.de | RTL Functions
function IncWeek(const AValue: TDateTime; const ANumberOfWeeks: Integer): TDateTime;
www.ziemers.de | RTL Functions
function IncYear(const AValue: TDateTime; const ANumberOfYears: Integer): TDateTime;
www.ziemers.de | RTL Functions
function LeftStr(const AText: string; const ACount: Integer): string;
www.ziemers.de | RTL Functions
function MidStr(const AText: string; const AStart: Integer; const ACount: Integer): string;
www.ziemers.de | RTL Functions
function MilliSecondOf(const AValue: TDateTime): Word;
www.ziemers.de | RTL Functions
function MinuteOf(const AValue: TDateTime): Integer;
www.ziemers.de | RTL Functions
function MonthOf(const AValue: TDateTime): Integer;
www.ziemers.de | RTL Functions
function Now(): TDateTime;
www.ziemers.de | RTL Functions
function Random(const ARange: Integer): Integer;
www.ziemers.de | RTL Functions
function SecondOf(const AValue: TDateTime): Integer;
www.ziemers.de | RTL Functions
function SecondsBetween(const ANow: TDateTime; const AThen: TDateTime): Int64;
www.ziemers.de | RTL Functions
function StringReplace(const S: string; const OldPattern: string; const NewPattern: string; Flags: TReplaceFlag): string;
www.ziemers.de | RTL Functions
function RightStr(const AText: string; const ACount: Integer): string;
www.ziemers.de | RTL Functions
function StrToDateTime(const S: string): TDateTime;
www.ziemers.de | RTL Functions
function TryStrToInt(const S: string; out Value: Integer): Boolean;
www.ziemers.de | RTL Functions
function WeekOf(const AValue: TDateTime): Word;
www.ziemers.de | RTL Functions
function WeeksBetween(const ANow: TDateTime; const AThen: TDateTime): Integer;
www.ziemers.de | RTL Functions
function YearOf(const AValue: TDateTime): Integer;
www.ziemers.de | RTL Functions
function YearsBetween(const ANow: TDateTime; const AThen: TDateTime): Integer;
Back