Table of Contents

Class WaveStartDateModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

Model for SurveysWaveStartDateController

public class WaveStartDateModel
Inheritance
WaveStartDateModel
Inherited Members

Properties

StartDate

Wave start date
supported values: a valid date, or null to clear the start date

[JsonProperty("StartDate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset? StartDate { get; set; }

Property Value

DateTimeOffset?