Click or drag to resize
TimeSpanFromTicks Method
Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static TimeSpan FromTicks(
	long value
)

Parameters

value
Type: SystemInt64
A number of ticks that represent a time.

Return Value

Type: TimeSpan
An object that represents value.
See Also