Ejemplo n.º 1
0
 public DateTimeRangeValidatorAttribute(string lowerBound, RangeBoundaryType lowerBoundType, string upperBound, RangeBoundaryType upperBoundType) : this(DateTimeRangeValidatorAttribute.ConvertToISO8601Date(lowerBound), lowerBoundType, DateTimeRangeValidatorAttribute.ConvertToISO8601Date(upperBound), upperBoundType)
 {
 }
Ejemplo n.º 2
0
 public DateTimeRangeValidatorAttribute(string lowerBound, string upperBound) : this(DateTimeRangeValidatorAttribute.ConvertToISO8601Date(lowerBound), DateTimeRangeValidatorAttribute.ConvertToISO8601Date(upperBound))
 {
 }