Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / TimeFormatString Property

In This Topic
    TimeFormatString Property
    In This Topic
    Gets or sets the System.String value determining display format of time values to use in appointments and built-in dialogs.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <DefaultValueAttribute("t")>
    <C1DescriptionAttribute("CalendarInfo.TimeFormatString", "Format string to display times in appointments and built-in dialogs.")>
    Public Property TimeFormatString As String
    [C1Category("CalendarInfo")]
    [DefaultValue("t")]
    [C1Description("CalendarInfo.TimeFormatString", "Format string to display times in appointments and built-in dialogs.")]
    public string TimeFormatString {get; set;}
    Remarks
    The actual representation depends on the value of the Culture property.
    See Also