/// <summary> /// Set the component1 from a Calendar object. </summary> /// <param name="component1"> the Calendar with the component1 content to set </param> public virtual Field174 setComponent1(DateTime component1) { setComponent(1, SwiftFormatUtils.getHour(component1)); return(this); }