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

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Gets the DateTime value at a specific location.

Syntax

Visual Basic (Declaration) 
Overloads Public Function DateTimeAt( _
   ByVal nxCoor As Integer, _
   ByVal nyCoor As Integer _
) As Date
C# 
public DateTime DateTimeAt( 
   int nxCoor,
   int nyCoor
)

Parameters

nxCoor

The x-coordinate to use.

nyCoor

the y-coordinate to use.

Requirements

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

See Also