VIEW PRODUCT CATEGORIES

18K Yellow Gold Rolex Datejust Diamond Bezel (26mm)

SKU: 170665 Categories: ,

$6,400.00

Out of stock

Rolex Datejust

MDL 6917

Ladies' Rolex 18k yellow gold Datejust with diamond bezel.

Specifications:

  • Automatic movement.
  • 26mm case diameter.
  • Model 6917.
  • The serial number is R295560, made in 1987.
  • The diamond bezel is after-market, G color, mostly Vs clarity, and one diamond is chipped.
  • The watch runs well.
  • Set the time and wind a few times and the watch will keep working while being worn.
  • Keeps good time.
  • The watch is almost in mint condition, Excellent overall.
  • No original box is available.
  • It comes in our store box.
  • Fits up to 6 1/2 inch wrist comfortably.
  • Links can be taken out to adjust the size.

Shop our Rolex collection

Please note all items show signs of wear commensurate with age and use, and the lack of a statement regarding condition does not imply the item is in perfect condition or completely free from defects or the effects of aging. Should you have any specific questions regarding the condition of this item, please contact us for additional information.

Additional information

Base Metal

Yellow Gold

Customized

Yes

Band Color

Yellow Gold

Band Material

18k Yellow Gold

Bezel Color

Gold

Brand

Rolex

Case Material

18k Yellow Gold

Case Size

26mm

Department

Women

Display

Analog

Model

Rolex Datejust

Movement

Automatic

With Original Packaging

No

Shape

Round

Style

Classic

Type

With Manual/Booklet

No

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });