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