FMX.Platform.IFMXLocaleService.GetLocaleFirstDayOfWeek
Object Pascal
function GetLocaleFirstDayOfWeek: string; deprecated 'Use GetFirstWeekday instead';
C++
virtual System::UnicodeString __fastcall GetLocaleFirstDayOfWeek _DEPRECATED_ATTRIBUTE1("Use GetFirstWeekday instead") (void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | IFMXLocaleService |
Description
Warning: GetLocaleFirstDayOfWeek is deprecated. Please use GetFirstWeekday.
In descendants, GetLocaleFirstDayOfWeek implements functionality to return the first day of the week, based on the locale used by the operating system.