Struct DataTimeStamp
Represents a microsecond interval since UNIX epoch start. This struct is used to tag incoming subscription data, so upon re-subscription the client may tell the server where to start sync from
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.DataAccess.CRUD.Subscriptions
Assembly: NFX.dll
Syntax
public struct DataTimeStamp
  Constructors
DataTimeStamp(Int64)
Declaration
public DataTimeStamp(long microseconds)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | microseconds | 
Fields
Microseconds
Declaration
public readonly long Microseconds
  Field Value
| Type | Description | 
|---|---|
| System.Int64 | 
Properties
TimeStampUTC
Declaration
public DateTime TimeStampUTC { get; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime |