Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / Is1904Date Property


In This Topic
    Is1904Date Property (ExcelWorkbook)
    In This Topic
    Gets or sets a value indicating whether the workbook use 1904 date system.
    Syntax
    'Declaration
     
    Public Property Is1904Date As Boolean
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As Boolean
     
    instance.Is1904Date = value
     
    value = instance.Is1904Date
    public bool Is1904Date {get; set;}

    Property Value

    true if it use 1904 date system; otherwise, false.
    See Also