System.TimeSpan.TTimeSpan.operator Implicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Implicit(const Value: TTimeSpan): string;

Properties

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

Description

Overloaded implicit cast operator.

operator Implicit returns the value of the time span given through the parameter, converted to a string.

Note: Do not call the Implicit operator directly. It is an overload for the implicit cast operator.

See Also