TaskSaveData.StartDate Property

Definition

Start Date.

[System.Text.Json.Serialization.JsonPropertyName("startDate")]
public DateTime? StartDate { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("startDate")>]
member this.StartDate : Nullable<DateTime> with get, set
Public Property StartDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to