CMSAbstractTransformationGetEventDateString Method |
Returns string representation of event time.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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:
StringSee Also