IActivity.Timestamp Property
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 timestamp field records the exact UTC time when the activity occurred. Due to the distributed nature of computing systems, the important time is when the channel (the authoritative store) records the activity. The time when a client or bot initiated an activity may be transmitted separately in the localTimestamp field. The value of the timestamp field is an ISO 8601 date time format encoded datetime within a string.
public DateTimeOffset? Timestamp { get; set; }
member this.Timestamp : Nullable<DateTimeOffset> with get, set
Public Property Timestamp As Nullable(Of DateTimeOffset)
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |