Gets or sets the custom time format string.

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

Syntax

C#
public string CustomTimeFormat { get; set; }
Visual Basic
Public Property CustomTimeFormat As String
	Get
	Set

Remarks

The default is null.

See Also