Class WaveStartDateModel
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; }