Gets or sets a String value determining the format string used for the time picker part of the C1DateTimePicker control. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public string TimeFormat { get; set; }
Visual Basic (Declaration)
Public Property TimeFormat As String
	Get
	Set

Remarks

The default value is 't'.

This is a dependency property.

See Also