Property LoadedAtUtc
LoadedAtUtc
Gets the UTC timestamp when the document was loaded.
public DateTime LoadedAtUtc { get; }
Property Value
Examples
var result = await chat.LoadDocumentAsync("report.pdf");
Console.WriteLine($"Loaded at: {result.LoadedAtUtc:u}");