Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateOperators - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateOperators

    Defines the conditional operators for date type fields. They are Equals - Display the pivot table that matches with the given text or value or date. DoesNotEquals - Display the pivot table that does not match with the given text or value or date. Before - Display the pivot table with preview all records from the given date. BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. After - Display the pivot table with next all records to the given date. AfterOrEqualTo - Display the pivot table with next all records along with the given date. Between - Display the pivot table that records between the start and end text or value or date. NotBetween - Display the pivot table that does not record between the start and end text or value or date.

    Inheritance
    System.Object
    DateOperators
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DateOperators : Enum

    Fields

    After

    After - Display the pivot table with next all records to the given date.

    Declaration
    public const DateOperators After
    Field Value
    Type Description
    DateOperators

    AfterOrEqualTo

    AfterOrEqualTo - Display the pivot table with next all records along with the given date.

    Declaration
    public const DateOperators AfterOrEqualTo
    Field Value
    Type Description
    DateOperators

    Before

    Before - Display the pivot table with preview all records from the given date.

    Declaration
    public const DateOperators Before
    Field Value
    Type Description
    DateOperators

    BeforeOrEqualTo

    BeforeOrEqualTo - Display the pivot table with previous all records along with the given date.

    Declaration
    public const DateOperators BeforeOrEqualTo
    Field Value
    Type Description
    DateOperators

    Between

    Between - Display the pivot table that records between the start and end text or value or date.

    Declaration
    public const DateOperators Between
    Field Value
    Type Description
    DateOperators

    DoesNotEquals

    DoesNotEquals - Display the pivot table that does not match with the given text or value or date.

    Declaration
    public const DateOperators DoesNotEquals
    Field Value
    Type Description
    DateOperators

    Equals

    Equals - Display the pivot table that matches with the given text or value or date.

    Declaration
    public const DateOperators Equals
    Field Value
    Type Description
    DateOperators

    NotBetween

    NotBetween - Display the pivot table that does not record between the start and end text or value or date.

    Declaration
    public const DateOperators NotBetween
    Field Value
    Type Description
    DateOperators

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved