Click or drag to resize
DateTimePickerDateTimeToStringFormat Method
Modifies date and time format string based on UseCustomCalendar property.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected override string DateTimeToStringFormat(
	string format,
	CultureInfo culture
)

Parameters

format
Type: SystemString
Base date and time format string
culture
Type: System.GlobalizationCultureInfo
Culture info that can be used to modify format string

Return Value

Type: String
See Also