TimePeriod Constructor (Date, NullableTimeSpan)
IT Hit WebDAV Classes Reference 
            Initializes a new instance of the 
TimePeriod class using start 
Date value and duration.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxpublic TimePeriod(
	Date start,
	Nullable<TimeSpan> duration
)
Public Sub New ( 
	start As Date,
	duration As Nullable(Of TimeSpan)
)
public:
TimePeriod(
	Date^ start, 
	Nullable<TimeSpan> duration
)
new : 
        start : Date * 
        duration : Nullable<TimeSpan> -> TimePeriodParameters
- start
 - Type: ITHit.CollabDate
The start of the period. - duration
 - Type: SystemNullableTimeSpan
The duration of the period. 
See Also