public IQuery IsLessThanDate(DateTime value)
 {
     return(FieldQuery.IsLessThanDate(FieldType.Property, this.Field, value));
 }