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 |