Trait reql::commands::Minutes [] [src]

pub trait Minutes {
    fn minutes(&self) -> Command;
}

Return the minute in a time object as a number between 0 and 59

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors