VEventStart Date Time Property
This is used to get the start date/time (DTSTART) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override StartDateProperty StartDateTime { get; }VB
Public Overrides ReadOnly Property StartDateTime As StartDateProperty
GetC++
public:
virtual property StartDateProperty^ StartDateTime {
StartDateProperty^ get () override;
}F#
abstract StartDateTime : StartDateProperty with get
override StartDateTime : StartDateProperty with get