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