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
valuestringThe date string value
Properties
ObjectType
Gets the objectType (always "DATE").
public string ObjectType { get; }
Property Value
Value
Gets or sets the date value.
public string Value { get; set; }
Property Value
ValueType
Gets the report filter value type.
public ReportFilterValueType? ValueType { get; }