Share via


DataEntryBase.Timestamp Property

Definition

Gets the timestamp of the data.

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

Property Value

Attributes

Applies to