Bridge

TimeSpan..::..FromTicks Method

Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static TimeSpan FromTicks(
	long value
)
Public Shared Function FromTicks ( _
	value As Long _
) As TimeSpan
public:
static TimeSpan^ FromTicks(
	long long^ value
)

Parameters

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

Return Value

An object that represents value.