ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / CsvSettings Class / DateTimeFormat Property

In This Topic
    DateTimeFormat Property (CsvSettings)
    In This Topic
    Default format for date values. See also "Custom date and time format strings". Suggested to specify something like "yyyy-MM-dd".
    Syntax
    'Declaration
     
    Public Property DateTimeFormat As String
    public string DateTimeFormat {get; set;}
    See Also