CreateRecurrenceExceptionContextRecurrenceExceptionDate Property |
The date of the recurrence exception that is being created by
the current Insert / Update operation pair.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DateTime RecurrenceExceptionDate { get; }
Public ReadOnly Property RecurrenceExceptionDate As DateTime
Get
public:
property DateTime RecurrenceExceptionDate {
DateTime get ();
}
member RecurrenceExceptionDate : DateTime with get
Property Value
Type:
DateTime
See Also