The duration of the todo item.
Namespace: iCalAssembly: 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); } |