PocketPlanner Programmer's Guide

Calendar.EndDate Property

See Also

Gets or sets the last date displayed in the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime EndDate { get; set; }

Visual Basic

Public Property EndDate As DateTime

 Property Value

A .NET DateTime object. The initial value is set 30 days after Date.

 Remarks

This member is only valid in WeekRange and Resource views.

 See Also