SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the first day of the week.
Get
VB.NET | Day = object.FirstDay As SftMaskFirstDayConstants |
VB | Day = object.FirstDay As SftMaskFirstDayConstants |
C#.NET | SftMaskFirstDayConstants Day = object.FirstDay; |
VC++ | enum SftMaskFirstDayConstants Day = object->FirstDay; enum SftMaskFirstDayConstants Day = object->GetFirstDay(); |
C | HRESULT object->get_FirstDay(enum SftMaskFirstDayConstants* Day); |
Put
VB.NET | object.FirstDay = Day As SftMaskFirstDayConstants |
VB | object.FirstDay = Day As SftMaskFirstDayConstants |
C#.NET | SftMaskFirstDayConstants object.FirstDay = Day; |
VC++ | enum SftMaskFirstDayConstants object->FirstDay = Day; void object->PutFirstDay(enum SftMaskFirstDayConstants Day); |
C | HRESULT object->put_FirstDay(enum SftMaskFirstDayConstants Day); |
object
Day
Defines the first day of the week.
Day | Value | Description |
---|---|---|
firstDaySftMaskDefault | 0 | The default as defined using the user locale is used. |
firstDaySftMaskMonday | 1 | Monday is displayed as the first day of the week. |
firstDaySftMaskTuesday | 2 | Tuesday is displayed as the first day of the week. |
firstDaySftMaskWednesday | 3 | Wednesday is displayed as the first day of the week. |
firstDaySftMaskThursday | 4 | Thursday is displayed as the first day of the week. |
firstDaySftMaskFriday | 5 | Friday is displayed as the first day of the week. |
firstDaySftMaskSaturday | 6 | Saturday is displayed as the first day of the week. |
firstDaySftMaskSunday | 7 | Sunday is displayed as the first day of the week. |
The FirstDay property defines the first day of the week.
The FirstDay property determines the first day of the week used to display the calendar.
See Also SftMaskCalendar Object | Object Hierarchy