C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / CalendarDaySlotLoadingEventArgs Class / Date Property


In This Topic
Date Property (CalendarDaySlotLoadingEventArgs)
In This Topic
Gets the date information for the current day slot.
Syntax
'Declaration
 
Public ReadOnly Property Date As Date
 
'Usage
 
Dim instance As CalendarDaySlotLoadingEventArgs
Dim value As Date
 
value = instance.Date
See Also