Click or drag to resize
CMSAbstractTransformationGetEventDateString Method
Returns string representation of event time.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetEventDateString(
	Object startTime,
	Object endTime,
	bool isAllDayEvent
)

Parameters

startTime
Type: SystemObject
Event start time
endTime
Type: SystemObject
Event end time
isAllDayEvent
Type: SystemBoolean
Indicates if it is all day event - if yes, result does not contain times

Return Value

Type: String
See Also