Initializes the new instance of the DateTimeInfo class.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public DateTimeInfo(
	DateTime baseDateTime,
	CalendarHelper helper
)
Visual Basic
Public Sub New ( _
	baseDateTime As DateTime, _
	helper As CalendarHelper _
)

Parameters

baseDateTime
Type: System..::..DateTime
The base DateTime value.
helper
Type: C1.Silverlight.Schedule..::..CalendarHelper
The CalendarHelper object holding the calendar specific information.

See Also