CrystalClear Software Home Library Home Documentation Index

PrevUpHomeNext

Class hours

boost::posix_time::hours — Allows expression of durations as an hour count.

Synopsis

class hours : public boost::posix_time::time_duration {
public:
  // construct/copy/destruct
  hours(long);

  // public member functions
};

Description

hours construct/copy/destruct

  1. hours(long h);

hours public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext