Freigeben über


Activity.LocalTimestamp Property

Definition

The localTimestamp field expresses the datetime and timezone offset where the Activity was generated. This may be different from the UTC timestamp where the Activity was recorded. The value of the localTimestamp field is an ISO 8601 encoded datetime within a string.

public DateTimeOffset? LocalTimestamp { get; set; }
member this.LocalTimestamp : Nullable<DateTimeOffset> with get, set
Public Property LocalTimestamp As Nullable(Of DateTimeOffset)

Property Value

Implements

Applies to