Aspose::Cells::Duration::Duration constructor
Contents
[
Hide
]Duration::Duration(int64_t) constructor
Initializes a new instance from a tick value.
Aspose::Cells::Duration::Duration(int64_t v)
| Parameter | Type | Description |
|---|---|---|
| v | int64_t | The number of ticks (1 tick = 100ns). |
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Duration::Duration(int, int, int) constructor
Initializes a new instance from hours, minutes, and seconds.
Aspose::Cells::Duration::Duration(int hours, int minutes, int seconds)
| Parameter | Type | Description |
|---|---|---|
| hours | int | Hours component. |
| minutes | int | Minutes component. |
| seconds | int | Seconds component. |
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Duration::Duration(int, int, int, int) constructor
Initializes a new instance from days, hours, minutes, and seconds.
Aspose::Cells::Duration::Duration(int days, int hours, int minutes, int seconds)
| Parameter | Type | Description |
|---|---|---|
| days | int | Days component. |
| hours | int | Hours component. |
| minutes | int | Minutes component. |
| seconds | int | Seconds component. |
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Duration::Duration(int, int, int, int, int) constructor
Initializes a new instance from days, hours, minutes, seconds, and milliseconds.
Aspose::Cells::Duration::Duration(int days, int hours, int minutes, int seconds, int milliseconds)
| Parameter | Type | Description |
|---|---|---|
| days | int | Days component. |
| hours | int | Hours component. |
| minutes | int | Minutes component. |
| seconds | int | Seconds component. |
| milliseconds | int | Milliseconds component. |
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++