Activity.LocalTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)