System.Bindings.Outputs.TConverterUtils.DateTimeToString
Delphi
class procedure DateTimeToString(const I: TValue; var O: TValue); static;
C++
static void __fastcall DateTimeToString(const System::Rtti::TValue &I, System::Rtti::TValue &O);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TConverterUtils |
Description
Converts a DateTime TValue to a String TValue.
DateTimeToString builds a new TValue record from the previously converted String value.