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