PocketPlanner Programmer's Guide

Calendar.GetLastDate Method

See Also

Gets the last date of the time range displayed in the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime GetLastDate ()

Visual Basic

Public Function GetLastDate () As DateTime

 Return Value

A .NET DateTime instance indicating the last date.

 See Also