Table of Contents

Class DateReportFilterValue

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents a date report filter value with objectType.

public class DateReportFilterValue : ReportFilterValue
Inheritance
DateReportFilterValue
Implements
Inherited Members

Constructors

DateReportFilterValue(string)

Constructor for date report filter value.

public DateReportFilterValue(string value)

Parameters

value string

The date string value

Properties

ObjectType

Gets the objectType (always "DATE").

public string ObjectType { get; }

Property Value

string

Value

Gets or sets the date value.

public string Value { get; set; }

Property Value

string

ValueType

Gets the report filter value type.

public ReportFilterValueType? ValueType { get; }

Property Value

ReportFilterValueType?