System.TimeSpan.TTimeSpan.FromTicks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FromTicks(Value: Int64): TTimeSpan; static;

C++

static TTimeSpan __fastcall FromTicks(__int64 Value);

Properties

Type Visibility Source Unit Parent
function public
System.TimeSpan.pas
System.TimeSpan.hpp
System.TimeSpan TTimeSpan

Description

Returns a time span equivalent to the number of ticks given through the parameter.

The FromTicks method returns a TTimeSpan instance whose time interval is equivalent to the number of ticks specified by the Value parameter.

See Also