Beispiel #1
0
 private string GetTimestamp()
 {
     //Timestamp
     return(UnixEpoch.GetUnixEpochByDateTime(DateTime.Now).ToString());
 }