SftMask/OCX 6.5

SftMaskCalendar.FirstDay Property

Softel vdm, Inc.

Defines the first day of the week.

Syntax       

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);

Delphi

Day := object.FirstDay  : TOleEnum;

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);

Delphi

object.FirstDay := Day  : TOleEnum;

object

A SftMaskCalendar 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.

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


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com