pub fn new_minute(minutes: I) -> KExpand description
Create a month object. This is a complememtal constructor of missing minute type.
ยงExample
use kdbplus::api::*;
#[no_mangle]
pub extern "C" fn create_minute(_: K) -> K{
// 10:40
new_minute(640)
}q)minty: `libapi_examples 2: (`create_minute; 1);
q)minty[]
10:40