Exemple #1
0
 private static TimeWithNtpstamp CreateTimestamp(DateTime dateTime)
 {
     Idmef.TimeWithNtpstamp timestamp = new Idmef.TimeWithNtpstamp();
     timestamp.ntpstamp = dateTime.ToShortDateString();
     return(timestamp);
 }
 private static TimeWithNtpstamp CreateTimestamp(DateTime dateTime)
 {
     Idmef.TimeWithNtpstamp timestamp = new Idmef.TimeWithNtpstamp();
     timestamp.ntpstamp = dateTime.ToShortDateString();
     return timestamp;
 }