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.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

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

See Also