/// <summary> /// Sets the time for this object /// </summary> public FluentXpoUrlOverlay SetTime(XpoUrlOverlayTimes time) { xpoUrlOverlay.OverlayTime = time; return(this); }
/// <summary> /// Sets the time for this object /// </summary> public FluentXpoUrlOverlay SetTime(XpoUrlOverlayTimes time) { xpoUrlOverlay.OverlayTime = time; return this; }