示例#1
0
        public virtual IList <DateTime> dates()
        {
            IList <DateTime> result = new List <DateTime>();

            result.Add(SwiftFormatUtils.getDate2(getComponent(2)));
            result.Add(SwiftFormatUtils.getTime3(getComponent(3)));
            result.Add(SwiftFormatUtils.getTime3(getComponent(4)));
            return(result);
        }
示例#2
0
 /// <summary>
 /// Set the component4 from a Calendar object. </summary>
 /// <param name="component4"> the Calendar with the component4 content to set </param>
 public virtual Field257 setComponent4(DateTime component4)
 {
     setComponent(4, SwiftFormatUtils.getTime3(component4));
     return(this);
 }
示例#3
0
 /// <summary>
 /// Set the component3 from a Calendar object. </summary>
 /// <param name="component3"> the Calendar with the component3 content to set </param>
 public virtual Field264 setComponent3(DateTime component3)
 {
     setComponent(3, SwiftFormatUtils.getTime3(component3));
     return(this);
 }
示例#4
0
 /// <summary>
 /// Set the component1 from a Calendar object. </summary>
 /// <param name="component1"> the Calendar with the component1 content to set </param>
 public virtual Field281 setComponent1(DateTime component1)
 {
     setComponent(1, SwiftFormatUtils.getTime3(component1));
     return(this);
 }
示例#5
0
 /// <summary>
 /// Set the component2 from a Calendar object. </summary>
 /// <param name="component2"> the Calendar with the component2 content to set </param>
 public virtual Field13D setComponent2(DateTime component2)
 {
     setComponent(2, SwiftFormatUtils.getTime3(component2));
     return(this);
 }
示例#6
0
 /// <summary>
 /// Set the component6 from a Calendar object. </summary>
 /// <param name="component6"> the Calendar with the component6 content to set </param>
 public virtual Field258 setComponent6(DateTime component6)
 {
     setComponent(6, SwiftFormatUtils.getTime3(component6));
     return(this);
 }
示例#7
0
 /// <summary>
 /// Set the component5 from a Calendar object. </summary>
 /// <param name="component5"> the Calendar with the component5 content to set </param>
 public virtual Field255 setComponent5(DateTime component5)
 {
     setComponent(5, SwiftFormatUtils.getTime3(component5));
     return(this);
 }