 | RecurrenceIdValue Property |
Gets the time when recurrence instance would occur.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic DateTime Value { get; }Public ReadOnly Property Value As DateTime
Get
public:
property DateTime Value {
DateTime get ();
}member Value : DateTime with get
Property Value
DateTime
Remarks
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