menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTimePeriodType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTimePeriodType

    specify the timeperiod type when using DatesOccuring conditional format type

    Inheritance
    System.Object
    GridTimePeriodType
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class GridTimePeriodType : Enum

    Fields

    InLast7Days

    Check whether the cellvalu match with last 7 days of date or not

    Declaration
    public const GridTimePeriodType InLast7Days
    Field Value
    Type
    GridTimePeriodType

    LastMonth

    Check whether the cellvalu match with last month dates or not

    Declaration
    public const GridTimePeriodType LastMonth
    Field Value
    Type
    GridTimePeriodType

    LastWeek

    Check whether the cellvalue lies on last week dates or not

    Declaration
    public const GridTimePeriodType LastWeek
    Field Value
    Type
    GridTimePeriodType

    NextMonth

    Check whether the cellvalu match with next month date or not

    Declaration
    public const GridTimePeriodType NextMonth
    Field Value
    Type
    GridTimePeriodType

    NextWeek

    Check whether the cellvalu match with next week dates or not

    Declaration
    public const GridTimePeriodType NextWeek
    Field Value
    Type
    GridTimePeriodType

    ThisMonth

    Check whether the cellvalu match with current month date or not

    Declaration
    public const GridTimePeriodType ThisMonth
    Field Value
    Type
    GridTimePeriodType

    ThisWeek

    Check whether the cellvalu match with current week dates or not

    Declaration
    public const GridTimePeriodType ThisWeek
    Field Value
    Type
    GridTimePeriodType

    Today

    Check whether the cellvalu match with today date or not

    Declaration
    public const GridTimePeriodType Today
    Field Value
    Type
    GridTimePeriodType

    Tomorrow

    Check whether the cellvalu match with tomorrow date or not

    Declaration
    public const GridTimePeriodType Tomorrow
    Field Value
    Type
    GridTimePeriodType

    Yesterday

    Check whether the cellvalu match with yesterday date or not

    Declaration
    public const GridTimePeriodType Yesterday
    Field Value
    Type
    GridTimePeriodType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved