System.TimeSpan.TTimeSpan.FromMinutes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function FromMinutes(Value: Double): TTimeSpan; static;

C++

static TTimeSpan __fastcall FromMinutes(double 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 minutes given through the parameter.

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

See Also