System::TimeSpan::FromTicks method
TimeSpan::FromTicks method
返回一个表示指定间隔的新 TimeSpan 对象。
static constexpr TimeSpan System::TimeSpan::FromTicks(int64_t ticks)
| 参数 | 类型 | 描述 |
|---|---|---|
| ticks | int64_t | 时间间隔,以 100 纳秒为单位的间隔数表示。 |
ReturnValue
一个表示指定间隔的新 TimeSpan 对象。
另见
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Font for C++