Gets or sets the String value determining display format of time values to use in appointments and built-in dialogs.

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

Syntax

C#
[DefaultValueAttribute("t")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public string TimeFormatString { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("t")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property TimeFormatString As String
	Get
	Set

Remarks

The actual representation depends on the value of the Culture property.

The default value for this property is 't'.

See Also