Gets or sets the String value determining time format used to display time ruler in a Day, Week and Work Week views. The default value is an empty string. In such case C1Scheduler takes default time format from the current culture. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

Don't use general formats as "T" for this property. Use detailed format string such as "h:mm tt" or "HH:mm".

See Also