ComponentOne Calendar for UWP
GetDateTimeAtPoint Method

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : GetDateTimeAtPoint Method
The C1Calendar control.
The Windows.Foundation.Point object which specifies location inside control boundaries.
Returns the System.Nullable`1 at the specified location.
Syntax
'Declaration
 
Public Shared Function GetDateTimeAtPoint( _
   ByVal calendar As C1Calendar, _
   ByVal location As Windows.Foundation.Point _
) As System.Nullable(Of Date)
public static System.Nullable<DateTime> GetDateTimeAtPoint( 
   C1Calendar calendar,
   Windows.Foundation.Point location
)

Parameters

calendar
The C1Calendar control.
location
The Windows.Foundation.Point object which specifies location inside control boundaries.

Return Value

Returns Windows.Foundation.DateTime value if found; Null - otherwise.
See Also

Reference

C1Calendar Class
C1Calendar Members