Trait reql::commands::Hours [] [src]

pub trait Hours {
    fn hours(&self) -> Command;
}

Return the hour in a time object as a number between 0 and 23

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