TimePeriod Constructor (Date, Date)
IT Hit WebDAV Classes Reference  
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxpublic TimePeriod(
	Date start,
	Date end
)
Public Sub New ( 
	start As Date,
	end As Date
)
public:
TimePeriod(
	Date^ start, 
	Date^ end
)
new : 
        start : Date * 
        end : Date -> TimePeriodParameters
- start
 - Type: ITHit.CollabDate
The start of the period. - end
 - Type: ITHit.CollabDate
The end of the period. 
See Also