public unsafe DxfTimeSpan(int days) { this = new DxfTimeSpan(); this.int_0 = days; }
public virtual void vmethod_25(DxfTimeSpan value) { this.vmethod_9(value.Days); this.vmethod_9(value.Milliseconds); }
public void imethod_45(DxfTimeSpan value) { this.interface40_0.imethod_45(value); }
public static double smethod_3(DxfTimeSpan timeSpan) { return(timeSpan.TotalDays); }
public void imethod_45(DxfTimeSpan value) { this.imethod_33(value.Days); this.imethod_33(value.Milliseconds); }