Specifies the C1TimeEditorFormat format that is used to display the selected time.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public C1TimeEditorFormat TimeFormat { get; set; }
Visual Basic
Public Property TimeFormat As C1TimeEditorFormat
	Get
	Set

Remarks

The C1TimeEditorFormat.TimeSpan value is not valid for this property. If you set TimeFormat property to C1TimeEditorFormat.TimeSpan value, the C1DateTimePicker control will use the previously set value.

See Also