Initializes the new instance of the DateTimeInfo class.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Parameters

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

See Also