Trait reql::commands::Seconds [] [src]

pub trait Seconds {
    fn seconds(&self) -> Command;
}

Return the seconds in a time object as a number between 0 and 59.999 (double precision)

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