IsHighlighted Property (DayInfo)
In This Topic
Gets a value indicating whether this day is highlighted.
Syntax
'Declaration
Public ReadOnly Property IsHighlighted As Boolean
'Usage
Dim instance As DayInfo
Dim value As Boolean
value = instance.IsHighlighted
public bool IsHighlighted {get;}
Property Value
true if the day is highlighted; otherwise,
false.
See Also