System.TimeSpan.TTimeSpan.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Parse(const S: string): TTimeSpan; static;

C++

static TTimeSpan __fastcall Parse(const System::UnicodeString S);

Properties

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

Description

Transforms a string into a TTimeSpan object.

The Parse method transforms the string value given through the parameter into a TTimeSpan object.

See Also