Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / DateOperator Property


In This Topic
    DateOperator Property (ClassicCfRule)
    In This Topic
    Gets or sets the date operator used in the format condition.
    Syntax
    'Declaration
     
    
    Public Property DateOperator As TimePeriods
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As TimePeriods
     
    instance.DateOperator = value
     
    value = instance.DateOperator
    public TimePeriods DateOperator {get; set;}

    Property Value

    A TimePeriods value represents the date operator used in the format condition.
    See Also