Pebble Foundation Classes  0.2.0
C++ for Pebble
Pebble::TimeSpan Class Reference

Public Member Functions

 TimeSpan (int seconds)
 
 TimeSpan (int hours, int minutes, int seconds)
 
 TimeSpan (int days, int hours, int minutes, int seconds)
 
int Days ()
 
int Hours ()
 
int Minutes ()
 
int Seconds ()
 

Protected Attributes

int days_
 
int hours_
 
int minutes_
 
int seconds_
 

The documentation for this class was generated from the following file: