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

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