class DATE_TIME General cluster: time description: "Absolute temporal values composed of a date and a time" create: make_from_string_with_base, make_fine, make_now, make, make_by_date, make_from_string, make_from_string_default_with_base, make_by_date_time, make_from_string_default Ancestors ABSOLUTE DATE_TIME_VALIDITY_CHECKER DATE_TIME_VALUE Queries infix ">=" (other: [like Current] DATE_TIME): BOOLEAN infix ">" (other: [like Current] DATE_TIME): BOOLEAN infix "<=" (other: [like Current] DATE_TIME): BOOLEAN infix "<" (other: [like Current] DATE_TIME): BOOLEAN infix "-" (other: [like Current] DATE_TIME): INTERVAL [[like Current] DATE_TIME] infix "+" (d: DATE_TIME_DURATION): [like Current] DATE_TIME date: DATE date_default_format_string: STRING date_duration: DATE_DURATION date_time_valid (s, code_string: STRING): BOOLEAN date_time_valid_with_base (s, code_string: STRING; base: INTEGER): BOOLEAN day: INTEGER days: INTEGER days_in_i_th_month (i, y: INTEGER): INTEGER Days_in_leap_year: INTEGER Days_in_non_leap_year: INTEGER Days_in_week: INTEGER days_text: ARRAY [STRING] definite_duration (other: [like Current] DATE_TIME): DATE_TIME_DURATION duration: DATE_TIME_DURATION fine_second: DOUBLE formatted_out (s: STRING): STRING fractional_second: DOUBLE hour: INTEGER Hours_in_day: INTEGER is_correct_date_time (y, mo, d, h, mi: INTEGER; s: DOUBLE; twelve_hour_scale: BOOLEAN): BOOLEAN is_equal (other: [like Current] DATE_TIME): BOOLEAN is_leap_year (y: INTEGER): BOOLEAN long_days_text: ARRAY [STRING] long_months_text: ARRAY [STRING] max (other: [like Current] DATE_TIME): [like Current] DATE_TIME Max_weeks_in_year: INTEGER min (other: [like Current] DATE_TIME): [like Current] DATE_TIME minute: INTEGER Minutes_in_hour: INTEGER month: INTEGER Months_in_year: INTEGER months_text: ARRAY [STRING] Origin: DATE_TIME out: STRING relative_duration (other: [like Current] DATE_TIME): DATE_TIME_DURATION second: INTEGER seconds: INTEGER Seconds_in_day: INTEGER Seconds_in_hour: INTEGER Seconds_in_minute: INTEGER three_way_comparison (other: [like Current] DATE_TIME): INTEGER time: TIME time_default_format_string: STRING time_duration: TIME_DURATION year: INTEGER Commands add (dtd: DATE_TIME_DURATION) copy (other: [like Current] DATE_TIME) day_add (d: INTEGER) fine_second_add (s: DOUBLE) hour_add (h: INTEGER) make (y, mo, d, h, mi, s: INTEGER) make_by_date (d: DATE) make_by_date_time (d: DATE; t: TIME) make_fine (y, mo, d, h, mi: INTEGER; s: DOUBLE) make_from_string (s, code: STRING) make_from_string_default (s: STRING) make_from_string_default_with_base (s: STRING; base: INTEGER) make_from_string_with_base (s, code: STRING; base: INTEGER) make_now minute_add (m: INTEGER) second_add (s: INTEGER) set_date (d: DATE) set_time (t: TIME)