Class UTCTime
This class represents UTC Time. It includes both First and last seen time stamp
Inheritance
System.Object
UTCTime
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class UTCTime
Properties
FirstSeenTimeStamp
Gets the First Seen UTC time stamp in Date time format
Declaration
public DateTime FirstSeenTimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
LastSeenTimeStamp
Gets the last seen UTC time stamp in date time format
Declaration
public DateTime LastSeenTimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |