Function kdb_c_api::new_minute[][src]

pub fn new_minute(minutes: I) -> K
Expand description

Create a month object. This is a complememtal constructor of missing minute type.

Example

use kdb_c_api::*;
 
#[no_mangle]
pub extern "C" fn create_minute(_: K) -> K{
  // 10:40
  new_minute(640)
}
q)minty: `libc_api_examples 2: (`create_minute; 1);
q)minty[]
10:40