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