GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Mango::BSON::Timestamp(3) User Contributed Perl Documentation Mango::BSON::Timestamp(3)

Mango::BSON::Timestamp - Timestamp type

  use Mango::BSON::Timestamp;

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

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

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

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

Seconds.

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

Increment.

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

Mango, Mojolicious::Guides, <http://mojolicio.us>.
2018-03-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.