Class SeenTime
Represents the Tag Seen time. This can be either Uptime or UTC time at any point of time
Inheritance
System.Object
SeenTime
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 SeenTime
Properties
UpTime
Gets the Up time
Declaration
public UpTime UpTime { get; }
Property Value
| Type | Description |
|---|---|
| UpTime |
UTCTime
Gets UTC time
Declaration
public UTCTime UTCTime { get; }
Property Value
| Type | Description |
|---|---|
| UTCTime |