Show / Hide Table of Contents

Class TimeStamps

Represents a timestamp for an operation

Inheritance
System.Object
TimeStamps
WeaponCategoryStat
Namespace: R6Stats.Models
Assembly: R6Stat-Sharp.dll
Syntax
public class TimeStamps : object

Properties

| Improve this Doc View Source

Created

Date the object was created

Declaration
public DateTime Created { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LastUpdated

Date the object was last updated

Declaration
public DateTime LastUpdated { get; }
Property Value
Type Description
DateTime
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX