Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / Date1904 Property


In This Topic
    Date1904 Property (IReferenceSource)
    In This Topic
    Gets whether the date system used to convert a date to a serial value starts in 1904.
    Syntax
    'Declaration
     
    
    ReadOnly Property Date1904 As Boolean
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim value As Boolean
     
    value = instance.Date1904
    bool Date1904 {get;}

    Property Value

    true, if the date system starts in 1904; otherwise, false. Default is false.
    See Also