IEventDuration Property
IT Hit WebDAV Classes Reference[Missing <summary> documentation for "P:ITHit.WebDAV.Server.iCalendar.Components.IEvent.Duration"]
Namespace: ITHit.WebDAV.Server.iCalendar.ComponentsAssemblies: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.0.2411.0
SyntaxNullable<TimeSpan> Duration { get; set; }
Property Duration As Nullable(Of TimeSpan)
Get
Set
property Nullable<TimeSpan> Duration {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
abstract Duration : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
See Also