Version

OriginalStartDateTimeUtc Property (Activity)

Returns or sets the original start date/time of the Activity in a recurring series.
Syntax
'Declaration
 
Public ReadOnly Property OriginalStartDateTimeUtc As SmartDate
public SmartDate OriginalStartDateTimeUtc {get;}

Property Value

Returns a Infragistics.WebUI.Shared.SmartDate that formerly was the start time for this occurrence of a recurring activity in Universal Time, or returns null (Nothing in Visual Basic .NET) if this activity is not a variance.
Remarks

This property gets set to the StartDateTimeUtc of the activity when a variance is created. Variances describe exceptions or special cases in a recurring series of activities. This property is read only for applications.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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