Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

FirstDay Property, SftMaskCalendar Object

Defines the first day of the week.

Syntax

Get

VB.NETDay = object.FirstDay As SftMaskFirstDayConstants
VBDay = object.FirstDay As SftMaskFirstDayConstants
C#.NETSftMaskFirstDayConstants Day = object.FirstDay;
VC++enum SftMaskFirstDayConstants Day = object->FirstDay;
enum SftMaskFirstDayConstants Day = object->GetFirstDay();
CHRESULT object->get_FirstDay(enum SftMaskFirstDayConstants* Day);

Put

VB.NETobject.FirstDay = Day As SftMaskFirstDayConstants
VBobject.FirstDay = Day As SftMaskFirstDayConstants
C#.NETSftMaskFirstDayConstants object.FirstDay = Day;
VC++enum SftMaskFirstDayConstants object->FirstDay = Day;
void object->PutFirstDay(enum SftMaskFirstDayConstants Day);
CHRESULT object->put_FirstDay(enum SftMaskFirstDayConstants Day);

object

A SftMaskCalendar object.

Day

Defines the first day of the week.

DayValueDescription
firstDaySftMaskDefault0The default as defined using the user locale is used.
firstDaySftMaskMonday1Monday is displayed as the first day of the week.
firstDaySftMaskTuesday2Tuesday is displayed as the first day of the week.
firstDaySftMaskWednesday3Wednesday is displayed as the first day of the week.
firstDaySftMaskThursday4Thursday is displayed as the first day of the week.
firstDaySftMaskFriday5Friday is displayed as the first day of the week.
firstDaySftMaskSaturday6Saturday is displayed as the first day of the week.
firstDaySftMaskSunday7Sunday is displayed as the first day of the week.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.