ComponentOne Scheduler for WPF and Silverlight
DateTimeInfo Constructor

C1.WPF.Schedule Namespace > DateTimeInfo Class : DateTimeInfo Constructor
The base System.DateTime value.
The CalendarHelper object holding the calendar specific information.
Initializes the new instance of the DateTimeInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal baseDateTime As System.Date, _
   ByVal helper As CalendarHelper _
)
public DateTimeInfo( 
   System.DateTime baseDateTime,
   CalendarHelper helper
)

Parameters

baseDateTime
The base System.DateTime value.
helper
The CalendarHelper object holding the calendar specific information.
See Also

Reference

DateTimeInfo Class
DateTimeInfo Members