Returns a
TimeSpan that represents a specified time, where the specification is in units of ticks.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static TimeSpan FromTicks(
long value
)
Parameters
- value
- Type: SystemInt64
A number of ticks that represent a time.
Return Value
Type:
TimeSpanAn object that represents
value.
See Also