PocketPlanner Programmer's Guide

Calendar.GetFirstDate Method

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime GetFirstDate ()

Visual Basic

Public Function GetFirstDate () As DateTime

 Return Value

A .NET DateTime instance indicating the first date.

 See Also