MobileForms Toolkit Documentation

MonthCalendarEx.DaysOfWeek Property

Gets or sets the letter of days of week.

public string DaysOfWeek {get; set;}

Property Value

An String that contains letter of days of week. The default is a empty string, what mean use of default regional setting. In English regional settings it is "SMTWTFS".

Remarks

This string must be at least 7 characters length. If not, it will append empty space until 7 characters. If you set string with more then 7 characters, all characters over 7 are ignored.

Each letter is the first character of day name and it must start from Sunday, Monday, Tuesday, Wednesday, etc.

See Also

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace