PocketPlanner Programmer's Guide

Calendar.FirstWeekendDay Property

See Also

Gets or sets the first weekend day in the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DayOfWeek FirstWeekendDay { get; set; }

Visual Basic

Public Property FirstWeekendDay As DayOfWeek

 Property Value

A member of the .NET DayOfWeek enumeration.

 Remarks

Specifies which day to regard as start of the weekend.

 See Also