Exemplo n.º 1
0
        public virtual IList <DateTime> dates()
        {
            IList <DateTime> result = new List <DateTime>();

            result.Add(SwiftFormatUtils.getDate2(getComponent(2)));
            return(result);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Set the component2 from a Calendar object. </summary>
 /// <param name="component2"> the Calendar with the component2 content to set </param>
 public virtual Field257 setComponent2(DateTime component2)
 {
     setComponent(2, SwiftFormatUtils.getDate2(component2));
     return(this);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Set the component1 from a Calendar object. </summary>
 /// <param name="component1"> the Calendar with the component1 content to set </param>
 public virtual Field13D setComponent1(DateTime component1)
 {
     setComponent(1, SwiftFormatUtils.getDate2(component1));
     return(this);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Set the component4 from a Calendar object. </summary>
 /// <param name="component4"> the Calendar with the component4 content to set </param>
 public virtual Field258 setComponent4(DateTime component4)
 {
     setComponent(4, SwiftFormatUtils.getDate2(component4));
     return(this);
 }