Bridge

TimeSpan Constructor (Int64)

Initializes a new instance of the TimeSpan structure to the specified number of ticks.

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

Syntax


public TimeSpan(
	long ticks
)
Public Sub New ( _
	ticks As Long _
)
public:
TimeSpan(
	long long^ ticks
)

Parameters

ticks
Type: System..::..Int64
A time period expressed in 100-nanosecond units.