System::TimeSpan::FromTicks method

TimeSpan::FromTicks method

Returns a new TimeSpan object that represents the specified interval.

static constexpr TimeSpan System::TimeSpan::FromTicks(int64_t ticks)
ParameterTypeDescription
ticksint64_tThe time interval expressed as the number of 100-nanoseconds intervals.

ReturnValue

A new TimeSpan object that represents the specified interval.

See Also