VIEW PRODUCT CATEGORIES

c1949-A 16 Size Hamilton 21J Railway Special Pocket Watch 992B

SKU: 3712 Categories: ,

$595.00

Out of stock

1949-A 16 size open face Railroad pocket watch by Hamilton. The double-sunk white enamel dial bears bold black arabic numerals in the hour chapter, hash marks in the outer ring, and black arabic numerals in 10-second intervals in the seconds dial. The dial shows two cracks through the 9 and 11. The hands are black: whip and spade. The face is inscribed Hamilton/ Railway Special. The crystal is intact, and the dial bears green patina from the underside of the front bezel. Stem wind, lever set. The interior of the rear case is inscribed Keystone/ J. Boss/ 10K/ Gold Filled. The 3/4 plate demaskeened 21 jewel movement is inscribed Hamilton/ Watch Co./ U.S.A./ Adj. Temp./ and 6/ Positions/ 992B/ 21 Jewels and the serial number, C263224, dates the watch to c1949. A basic cleaning and tuneup will see this watch running well and looking fine.

Additional information

Brand

Hamilton

Case Color

Yellow Gold

Case Finish

Polished

Case Material

Yellow Gold

Closure

Open Face

Country/Region

United States

Department

Unisex Adult

Dial Color

White

Dial Style

12-Hour Dial

Display

Analog

Features

12-Hour Dial

Number of Jewels

21 Jewels

Material

Gold Plated

Movement

Mechanical (Hand-winding)

With Original Box/Packaging

No

Serial Number

C263224

With Service Records

No

Style

Railroad Grade

Type

Vintage

Yes

Water Resistance

Not Water Resistant

With Manual/Booklet

No

Year Manufactured

1940-1949

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); }); });