Class TimeStamps
Represents a timestamp for an operation
Namespace: R6Stats.Models
Assembly: R6Stat-Sharp.dll
Syntax
public class TimeStamps : object
Properties
| Improve this Doc View SourceCreated
Date the object was created
Declaration
public DateTime Created { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LastUpdated
Date the object was last updated
Declaration
public DateTime LastUpdated { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |