System.Bindings.Outputs.TConverterUtils.NilToDateTime

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure NilToDateTime(var O: TValue); static;

C++

static void __fastcall NilToDateTime(System::Rtti::TValue &O);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


説明

DateTime TValue を、Nil 割り当ての場合に 0 に設定します。

関連項目