示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DateEndPoint"/> class.
 /// </summary>
 /// <param name="interval">
 /// The interval.
 /// </param>
 /// <param name="endPointType">
 /// The edge type.
 /// </param>
 public DateEndPoint(DateInterval interval, EndPointType endPointType)
     : base(interval, endPointType)
 {
 }