Freigeben über


ChatHistoryMessage.Timestamp Property

Definition

Gets or sets the timestamp of when the message was sent.

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

Property Value

Attributes

Applies to