The start date/time of the event.
Namespace: iCal Note
If the duration has not been set, but
the start/end time of the event is available,
the duration is automatically determined.
Likewise, if the end date/time has not been
set, but a start and duration are available,
the end date/time will be extrapolated.
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public override IDateTime DTStart { get; set; } |
Visual Basic |
---|
Public Overrides Property DTStart As IDateTime Get Set |
Visual C++ |
---|
public: virtual property IDateTime^ DTStart { IDateTime^ get () override; void set (IDateTime^ value) override; } |
Implements
IRecurrable..::..DTStartIRecurrable..::..DTStart