dbicCalendar Send comments on this topic.
DateAt Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : DateAt Method

nX
The x-coordinate to evaluate.
nY
The y-coordinate to evaluate.
Returns the date at a specific x,y location in the control.

Syntax

Visual Basic (Declaration) 
Public Function DateAt( _
   ByVal nX As Integer, _
   ByVal nY As Integer _
) As Date
C# 
public DateTime DateAt( 
   int nX,
   int nY
)

Parameters

nX
The x-coordinate to evaluate.
nY
The y-coordinate to evaluate.

Return Value

This method returns a value of DateTime, indicating the date at a specific location. 

Remarks

The parameters passed to this method are relational to the location in the control, not to the screen.

Requirements

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

See Also