C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarDayOfWeekSlotLoadingEventArgs Class / IsWeekend Property


In This Topic
IsWeekend Property
In This Topic
Gets whether the day is in the weekend.
Syntax
'Declaration
 
Public ReadOnly Property IsWeekend As Boolean
 
'Usage
 
Dim instance As CalendarDayOfWeekSlotLoadingEventArgs
Dim value As Boolean
 
value = instance.IsWeekend
See Also