note description: "Language settings" legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2017-03-29 12:26:46 +0000 (Wed, 29 Mar 2017) $" revision: "$Revision: 100065 $" deferred class interface DATE_TIME_LANGUAGE_CONSTANTS feature -- Languge-dependent constants name: STRING_8 -- Language. days_text: ARRAY [STRING_8] -- Array of days in short format. months_text: ARRAY [STRING_8] -- Array of monthes in short format. long_days_text: ARRAY [STRING_8] -- Array of days in long format. long_months_text: ARRAY [STRING_8] -- Array of monthes in long format. default_format_string: STRING_8 -- Standard output of the date and time. date_default_format_string: STRING_8 -- Standard output of the date. time_default_format_string: STRING_8 -- Standard output of the time. note copyright: "Copyright (c) 1984-2017, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class DATE_TIME_LANGUAGE_CONSTANTS
Generated by ISE EiffelStudio