System.TimeSpan.TTimeSpan.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string;

C++

System::UnicodeString __fastcall ToString();

Properties

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

Description

Use ToString to convert a TTimeSpan object into a string value.

TTimeSpan is a data structure used for holding information about a period of time. Use ToString function to convert a TTimeSpan object into a string value.

See Also