Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / Date1904 Property


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

    Property Value

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