Show / Hide Table of Contents

Class DynamicFilter

Inheritance
System.Object
DynamicFilter
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DynamicFilter : object

Constructors

DynamicFilter()

Declaration
public DynamicFilter()

Properties

MaxValue

Declaration
public double? MaxValue { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Type

Declaration
public DynamicFilterType Type { get; set; }
Property Value
Type Description
DynamicFilterType

Value

Declaration
public double? Value { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Methods

GetQuarter(DateTime)

Declaration
public static int GetQuarter(DateTime dt)
Parameters
Type Name Description
DateTime dt
Returns
Type Description
System.Int32

StartOfWeek(DateTime, DayOfWeek)

Declaration
public static DateTime StartOfWeek(DateTime dt, DayOfWeek startOfWeek)
Parameters
Type Name Description
DateTime dt
DayOfWeek startOfWeek
Returns
Type Description
DateTime
Back to top Generated by DocFX