logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mango::BSON::Timestamp - Timestamp type

Attributes

       Mango::BSON::Timestamp implements the following attributes.

   seconds
         my $seconds = $ts->seconds;
         $ts         = $ts->seconds(23);

       Seconds.

   increment
         my $inc = $ts->increment;
         $tz     = $ts->increment(5);

       Increment.

Description

       Mango::BSON::Timestamp is a container for the BSON timestamp type used by Mango::BSON.

Methods

       Mango::BSON::Timestamp inherits all methods from Mojo::Base.

Name

       Mango::BSON::Timestamp - Timestamp type

See Also

       Mango, Mojolicious::Guides, <http://mojolicio.us>.

perl v5.30.3                                       2020-06-05                        Mango::BSON::Timestamp(3pm)

Synopsis

         use Mango::BSON::Timestamp;

         my $ts = Mango::BSON::Timestamp->new(seconds => 23, increment => 5);

See Also