IsOneDay Property (Appointment)
In This Topic
Gets a System.Boolean value indicating either it is a one day appointment or shares some days.
Syntax
'Declaration
Public ReadOnly Property IsOneDay As System.Boolean
public System.bool IsOneDay {get;}
See Also