/// <summary>
 /// Initializes a new instance of the <see cref="TimeCoercionHelper"/> class.
 /// </summary>
 /// <param name="timeInput">The time input that this helper will coerce.</param>
 /// <remarks>Lifetime of this helper class is determined by lifetime
 /// of control it is coercing.</remarks>
 public TimeCoercionHelper(ITimeInput timeInput)
 {
     _timeInputControl = timeInput;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TimeCoercionHelper"/> class.
 /// </summary>
 /// <param name="timeInput">The time input that this helper will coerce.</param>
 /// <remarks>Lifetime of this helper class is determined by lifetime
 /// of control it is coercing.</remarks>
 public TimeCoercionHelper(ITimeInput timeInput)
 {
     _timeInputControl = timeInput;
 }