FMX.Platform.IFMXLocaleService.GetFirstWeekday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFirstWeekday: Byte;

C++

virtual System::Byte __fastcall GetFirstWeekday() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXLocaleService

Description

Returns the first day of the week in the current locale.

  • Note:
    • GetFirstWeekday returns the result as a Byte value that is platform independent.
    • Result value 1 corresponds to Monday.

See Also