ExperimentExecutionDetails.StartDateUtc Property

Definition

Gets string that represents the start date time.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.startDateUtc")]
public DateTime? StartDateUtc { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.startDateUtc")>]
member this.StartDateUtc : Nullable<DateTime>
Public ReadOnly Property StartDateUtc As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to