Create template for a calendar event

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
protected virtual void CreateEventTemplate(
	PageData page,
	DateTime currentDate
)

Parameters

page
Type: EPiServer.Core..::.PageData
The page to created a event template for
currentDate
Type: System..::.DateTime
Current date that page should be visibly on

See Also