PocketPlanner Programmer's Guide

Calendar.Date Property

See Also

Gets or sets the date currently displayed in the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime Date { get; set; }

Visual Basic

Public Property Date As DateTime

 Property Value

A .NET DateTime object. The initial value is DateTime.Today.

 Remarks

This value is not used in a timetable view. To specify the dates displayed in timetable view, use TimetableSettings.Dates.

The single month view displays the month containing the specified date. The first month in a month range view is the one containing the specified date. The first day in a day range view is the specified date.

The week range and resource views display all dates in the range defined from this property and the EndDate property.

 See Also