PocketPlanner Programmer's Guide

Calendar.GetDateAt Method (Point)

See Also

Returns the date of the calendar cell located at the specified position.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public DateTime GetDateAt (
    Point point
)

Visual Basic

Public Function GetDateAt ( _
    point As Point _
) As DateTime

 Parameters

point
The position at which to look for a date cell.

 Return Value

A .NET DateTime instance indicating which date is displayed at the specified position. If there is no date cell at the specified point, the return value is DateTime.MinValue.

 See Also