CalendarItemType.OriginalStart Property

Definition

The OriginalStart property gets or sets an instance of the DateTime structure that represents the original start time of an occurrence.

public:
 property DateTime OriginalStart { DateTime get(); void set(DateTime value); };
public DateTime OriginalStart { get; set; }
Public Property OriginalStart As DateTime

Property Value

The OriginalStart property returns an instance of the DateTime structure that represents the original start time of a calendar item.

Applies to