Exemplo n.º 1
0
 //we will not use property for this to avoid serialization
 public DateTime GetTimestamp()
 {
     return(UnixEpoch.FromUnixTime(this._timestamp));
 }
Exemplo n.º 2
0
 //we will not use property for this to avoid serialization
 public void SetTimestamp(DateTime timestamp)
 {
     this._timestamp = UnixEpoch.ToUnixTime(timestamp);
 }