Esempio n. 1
0
 string getCellValue(PunchOutTimeRecord record)
 {
     return record.LogTime.Hour.ToString("00") + ":" + record.LogTime.Minute.ToString("00");
 }
Esempio n. 2
0
 string getCellValue(PunchOutTimeRecord record)
 {
     return(record.LogTime.Hour.ToString("00") + ":" + record.LogTime.Minute.ToString("00"));
 }