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