ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / CsvExportSettings Class / DateTimeFormat Property

In This Topic
    DateTimeFormat Property (CsvExportSettings)
    In This Topic
    Gets or sets the format string used for date and time values in the CSV file, for example, 'yyyy-MM-dd'.
    Syntax
    'Declaration
     
    Public Property DateTimeFormat As StringDefaultExportSetting
    public StringDefaultExportSetting DateTimeFormat {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the date and time format setting.
    See Also