Initializes a new instance of the TimeHeader class

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public TimeHeader(
	GroupBy groupBy,
	string format
)
Visual Basic
Public Sub New ( _
	groupBy As GroupBy, _
	format As String _
)
Visual C++
public:
TimeHeader(
	GroupBy groupBy, 
	String^ format
)

See Also