System.Variants.VarFromDateTime

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarFromDateTime(const DateTime: TDateTime): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarFromDateTime(const System::TDateTime DateTime);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Renvoie un variant contenant la date-heure spécifiée.

La fonction VarFromDateTime renvoie un Variant qui contient la valeur date et heure donnée. Le code du type du variant renvoyé est varDate.

Voir aussi