|
|
| 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 () |
| |
|
|
int | days_ |
| |
|
int | hours_ |
| |
|
int | minutes_ |
| |
|
int | seconds_ |
| |
The documentation for this class was generated from the following file: