FMX.Platform.IFMXLocaleService.GetLocaleFirstDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLocaleFirstDayOfWeek: string; deprecated 'Use GetFirstWeekday instead';

C++

virtual System::UnicodeString __fastcall GetLocaleFirstDayOfWeek _DEPRECATED_ATTRIBUTE1("Use GetFirstWeekday instead") () = 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.

See Also