Beispiel #1
0
 public unsafe DxfTimeSpan(int days)
 {
     this       = new DxfTimeSpan();
     this.int_0 = days;
 }
Beispiel #2
0
 public virtual void vmethod_25(DxfTimeSpan value)
 {
     this.vmethod_9(value.Days);
     this.vmethod_9(value.Milliseconds);
 }
Beispiel #3
0
 public void imethod_45(DxfTimeSpan value)
 {
     this.interface40_0.imethod_45(value);
 }
Beispiel #4
0
 public static double smethod_3(DxfTimeSpan timeSpan)
 {
     return(timeSpan.TotalDays);
 }
Beispiel #5
0
 public void imethod_45(DxfTimeSpan value)
 {
     this.imethod_33(value.Days);
     this.imethod_33(value.Milliseconds);
 }