Returns closed timestamp ```rust use orgize::{ast::Planning, Org}; let s = Org::parse("* a\nCLOSED: <2019-04-08 Mon>") .first_node:: () .unwrap() .closed() .unwrap(); assert_eq!(s.month_start().unwrap(), "04"); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected