dbicDayView Send comments on this topic.
DateTimeAt(Point) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > DateTimeAt Method : DateTimeAt(Point) Method

ptPoint
Coordinates to check
Gets the DateTime value at a specific location.

Syntax

Visual Basic (Declaration) 
Overloads Public Function DateTimeAt( _
   ByVal ptPoint As Point _
) As Date
C# 
public DateTime DateTimeAt( 
   Point ptPoint
)

Parameters

ptPoint
Coordinates to check

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also