Click or drag to resize
DateTimeToDateStringConverterConvert Method
Converts a DateTime value to a String containing only the date.

Namespace: Kjs.AppLife.Update.Wpf.Converters
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
The DateTime value to convert.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
This parameter is not used.
culture
Type: System.GlobalizationCultureInfo
Culture information.

Return Value

Type: Object
A String containing the date portion of value.

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)
See Also