TimePeriodDuration Property 
IT Hit WebDAV Classes Reference 
            Gets period duration or 
null if 
End is spesified or value can not be parsed.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxpublic Nullable<TimeSpan> Duration { get; }Public ReadOnly Property Duration As Nullable(Of TimeSpan)
	Get
public:
property Nullable<TimeSpan> Duration {
	Nullable<TimeSpan> get ();
}member Duration : Nullable<TimeSpan> with get
Property Value
Type: 
NullableTimeSpan
See Also