CMSAbstractTransformationGetEventDateString Method |
Returns string representation of event time.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
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