| RecurrenceIdValue Property |
Gets the time when recurrence instance would occur.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public DateTime Value { get; }
Public ReadOnly Property Value As DateTime
Get
public:
property DateTime Value {
DateTime get ();
}
member Value : DateTime with get
Property Value
Type:
DateTimeRemarks
The date/time value is set to the time when the original recurrence instance would occur;
meaning that if the intent is to change a Friday meeting to Thursday, the date/time is still set to the original Friday meeting.
See Also