Esempio n. 1
0
 public DisturbSetting.Builder SetNightTime(DisturbTimeSpan.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasNightTime = true;
     this.result.nightTime_   = builderForValue.Build();
     return(this);
 }