AbstractDateTimePickerDateTimeToString Method |
Creates string representation of DateTime.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected virtual string DateTimeToString(
DateTime value
)
Parameters
- value
- Type: SystemDateTime
DateTime object
Return Value
Type:
StringSee Also