[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGDateTime

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazglib2.pas line 1800

type TGDateTime = object

  function new();

  

  function new_from_iso8601();

  

  function new_from_unix_local();

  

  function new_from_unix_utc();

  

  function new_local();

  

  function new_now();

  

  function new_now_local;

  

  function new_now_utc;

  

  function new_utc();

  

  function add();

  

  function add_days();

  

  function add_full();

  

  function add_hours();

  

  function add_minutes();

  

  function add_months();

  

  function add_seconds();

  

  function add_weeks();

  

  function add_years();

  

  function compare();

  

  function difference();

  

  function equal();

  

  function format();

  

  function format_iso8601;

  

  function get_day_of_month;

  

  function get_day_of_week;

  

  function get_day_of_year;

  

  function get_hour;

  

  function get_microsecond;

  

  function get_minute;

  

  function get_month;

  

  function get_second;

  

  function get_seconds;

  

  function get_timezone;

  

  function get_timezone_abbreviation;

  

  function get_utc_offset;

  

  function get_week_numbering_year;

  

  function get_week_of_year;

  

  function get_year;

  

  procedure get_ymd();

  

  function hash;

  

  function is_daylight_savings;

  

  function ref;

  

  function to_local;

  

  function to_timezone();

  

  function to_unix;

  

  function to_utc;

  

  procedure unref;

  

end;

Inheritance

TGDateTime