Version

OriginalOccurrenceEnd Property (ActivityBase)

Only applies to occurrences of a recurring activity. Specifies the original date-time as it was generated by the recurrence.
Syntax
'Declaration
 
Public Property OriginalOccurrenceEnd As Date
public DateTime OriginalOccurrenceEnd {get; set;}
Remarks

On a non-variance occurrence, this property returns the same value as Start property. On a variance of an occurrence, this property returns the original date-time as it was generated by the recurrence and the Start property returns the actual date-time of the activity. Note: On an activity that's not an occurrence of a recurring activity, this property returns null.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also