The duration of the event.
Namespace: iCal Note
If a start time and duration is available,
the end time is automatically determined.
Likewise, if the end time and duration is
available, but a start time is not determined,
the start time will be extrapolated from
available information.
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual TimeSpan Duration { get; set; } |
Visual Basic |
---|
Public Overridable Property Duration As TimeSpan Get Set |
Visual C++ |
---|
public: virtual property TimeSpan Duration { TimeSpan get (); void set (TimeSpan value); } |