Darius Crosby

Darius Crosby (ca. 1768 November 18, 1818 Somers, Westchester County, New York) was an American politician from New York.

Life

Crosby was a member of the New York State Assembly (Westchester Co.) in 1811 and 1812.

He was a member of the New York State Senate (Southern D.) from 1814 until his death, sitting in the 38th, 39th, 40th and 41st New York State Legislatures; and was a member of the Council of Appointment in 1816.

He was re-elected in 1818 to another four-year term, but died before the Legislature met for the next session, and was buried at the Presbyterian Cemetery in Somers, NY.

Sources


gollark: ```rustuse chrono::prelude::*;use pulldown_cmark::{Options, Parser, html};pub fn format_time(time: DateTime<Utc>) -> String { time.format("%Y-%m-%d %H:%M:%S").to_string()}pub fn render_markdown(md: &str) -> String { let mut options = Options::empty(); options.insert(Options::ENABLE_STRIKETHROUGH); options.insert(Options::ENABLE_FOOTNOTES); options.insert(Options::ENABLE_TABLES); let parser = Parser::new_ext(md, options); let mut out = String::with_capacity(md.len() * 3 / 2); html::push_html(&mut out, parser); out}```rust.
gollark: > does anyone even know how to program games that don't break when you change the resolution‽... yes?
gollark: ++random 1 5
gollark: Pick randomly
gollark: Øf.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.