Esempio n. 1
0
 static public int GetWholeHours(this Duration item)
 {
     return((int)item.GetHours());
 }