![]() |
![]()
| ![]() |
![]()
NAMEMango::BSON::Timestamp - Timestamp type SYNOPSISuse Mango::BSON::Timestamp; my $ts = Mango::BSON::Timestamp->new(seconds => 23, increment => 5); DESCRIPTIONMango::BSON::Timestamp is a container for the BSON timestamp type used by Mango::BSON. ATTRIBUTESMango::BSON::Timestamp implements the following attributes. secondsmy $seconds = $ts->seconds; $ts = $ts->seconds(23); Seconds. incrementmy $inc = $ts->increment; $tz = $ts->increment(5); Increment. METHODSMango::BSON::Timestamp inherits all methods from Mojo::Base. SEE ALSOMango, Mojolicious::Guides, <http://mojolicio.us>.
|