Exemplo n.º 1
0
 public MessageWriter WriteDateTime(DateTime date)
 {
     return(WriteZigZag(UnixTime.From(date)));
 }
Exemplo n.º 2
0
 public DateTime ReadDateTime()
 {
     return(UnixTime.ToDateTime(ReadZigZag64()));
 }