Vcl.Samples.Calendar.TDayOfWeek

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDayOfWeek = 0..6;

C++

typedef System::Int8 TDayOfWeek;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar Vcl.Samples.Calendar

Description

Set comprising the days of the week.

TDayOfWeek is a set that comprises the days of the week (from 0 through 6).

See Also