Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TIMESTAMP"/> structure with an <see
 /// cref="ITIME"/> instance.
 /// </summary>
 /// <param name="other">The <see cref="ITIME"/> instance that initializes this instance.</param>
 public TIMESTAMP(TIME other) : this(1, 1, 1, other.HOUR, other.MINUTE, other.SECOND, other.Form)
 {
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DATE_TIME"/> structure with an <see
 /// cref="ITIME"/> instance.
 /// </summary>
 /// <param name="other">The <see cref="ITIME"/> instance that initializes this instance.</param>
 public DATE_TIME(TIME other) : this(1, 1, 1, other.HOUR, other.MINUTE, other.SECOND, other.Form)
 {
 }