Activity.LocalTimestamp Property

Definition

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

Property Value

Implements

Attributes

Applies to