Skip to main content

MONTH

Constant MONTH 

Source
pub const MONTH: Lazy<NaiveDate>;
Expand description

Infinity value of month (0Wm).

§Example

use kdbplus::ipc::*;

let q_month_inf = K::new_month(*qinf::MONTH);
assert_eq!(format!("{}", q_month_inf), String::from("0Wm"));

§Note

The range of month in Rust is narrower than in q.