System::TimeSpan::FromTicks 方法
TimeSpan::FromTicks method
返回一个表示指定间隔的新 TimeSpan 对象。
static constexpr TimeSpan System::TimeSpan::FromTicks(int64_t ticks)
| Parameter | Type | 描述 |
|---|---|---|
| ticks | int64_t | 时间间隔以 100 纳秒间隔的数量表示。 |
ReturnValue
一个表示指定间隔的新 TimeSpan 对象。
另见
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++