TimeFormat Property (C1Scheduler)
In This Topic
Gets or sets the
System.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.
Syntax
'Declaration
Public Property TimeFormat As String
public string TimeFormat {get; set;}
See Also