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


In This Topic
    ExcelDateTimeCompatible Property
    In This Topic
    Processing date time is compatible with Lotus123. It assumes that 1900 is not a leap year.
    Syntax
    'Declaration
     
    
    ReadOnly Property ExcelDateTimeCompatible As Boolean
    'Usage
     
    
    Dim instance As IEvaluationContext
    Dim value As Boolean
     
    value = instance.ExcelDateTimeCompatible
    bool ExcelDateTimeCompatible {get;}
    See Also