Unit 'bbutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_internettools]

dateTimeFormat

Declaration

Source position: bbutils.pas line 1263

function dateTimeFormat(

  const mask: string;

  y: Integer;

  m: Integer;

  d: Integer;

  h: Integer;

  n: Integer;

  s: Integer;

  nanoseconds: Integer = 0;

  timezone: Integer = high(integer)

):string; overload;

function dateTimeFormat(

  const mask: string;

  const dateTime: TDateTime

):string; overload;



CT Web help

CodeTyphon Studio