Example #1
0
 public                   decimal this[TimeUnit unit] {
     get {
         var attribute = unit.GetAttribute();
         return(this.nanoseconds / attribute.Factor);
     }
 }