Example #1
0
 static public int GetWholeMinutes(this Duration item)
 {
     return((int)item.GetMinutes());
 }