Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / CalendarInfo Class / DateFormatString Property

In This Topic
    DateFormatString Property (CalendarInfo)
    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
     
    Public Property DateFormatString As System.String
    public System.string DateFormatString {get; set;}
    Remarks
    The actual representation depends on the value of the Culture property.
    See Also