FMX.Platform.IFMXLocaleService.GetLocaleFirstDayOfWeek

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

virtual System::UnicodeString __fastcall GetLocaleFirstDayOfWeek _DEPRECATED_ATTRIBUTE1("Use GetFirstWeekday instead") () = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXLocaleService

説明

警告: GetLocaleFirstDayOfWeek は非推奨になっています。 GetFirstWeekday を使用してください。

下位クラスでは、GetLocaleFirstDayOfWeek は、オペレーティング システムで使用されているロケールを基に、週の最初の日を返すための機能を実装します。

関連項目