Click or drag to resize
AbstractDateTimePickerDateTimeToString Method
Creates string representation of DateTime.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual string DateTimeToString(
	DateTime value
)

Parameters

value
Type: SystemDateTime
DateTime object

Return Value

Type: String
See Also