Reference for the Mosaic unit Resources
The unit 'Resources' provides few fundamental classes needed to handle bitmaps and fonts created at the design time in the Embedded Wizard environment:
const string AM = "AM";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string April = "April";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string AprilAbbr = "Apr";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string August = "August";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string AugustAbbr = "Aug";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string December = "December";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string DecemberAbbr = "Dec";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string February = "February";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string FebruaryAbbr = "Feb";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Friday = "Friday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string FridayAbbr = "Fri";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string January = "January";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string JanuaryAbbr = "Jan";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string July = "July";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string JulyAbbr = "Jul";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string June = "June";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string JuneAbbr = "Jun";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string March = "March";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string MarchAbbr = "Mar";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string May = "May";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string MayAbbr = "May";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Monday = "Monday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string MondayAbbr = "Mon";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string November = "November";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string NovemberAbbr = "Nov";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string October = "October";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string OctoberAbbr = "Oct";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string PM = "PM";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Saturday = "Saturday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string SaturdayAbbr = "Sat";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string September = "September";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string SeptemberAbbr = "Sep";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Sunday = "Sunday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string SundayAbbr = "Sun";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Thursday = "Thursday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string ThursdayAbbr = "Thu";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Tuesday = "Tuesday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string TuesdayAbbr = "Tue";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string Wednesday = "Wednesday";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.
const string WednesdayAbbr = "Wed";
Constant string used by Core::Time class to format time and date. Per default the constant is initialized in English language. If necessary, you can derive a variant from the interesting constant, store the variant in one of your project units and initialize it with other eventually multi-lingual localized text.