| RecurrenceIdDateOnly Property |
Indicates
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public bool DateOnly { get; }
Public ReadOnly Property DateOnly As Boolean
Get
public:
property bool DateOnly {
bool get ();
}
member DateOnly : bool with get
Property Value
Type:
BooleanRemarks
If the value of the
Start property is a DATE type value,
then the value MUST be the calendar date for the recurrence instance.
See Also