Date and time when the log entry was created.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public DateTime Date { get; set; }
Public Property Date As DateTime
Get
Set
public:
property DateTime Date {
DateTime get ();
void set (DateTime value);
}
member Date : DateTime with get, set
Property Value
Type:
DateTimeSee Also