Soap.XSBuiltIns.TXSCustomDateTime.SetAsDateTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsDateTime(const Value: TDateTime);

C++

void __fastcall SetAsDateTime(const System::TDateTime Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Sets the value of the AsDateTime property.

SetAsDateTime is the protected write implementation of the AsDateTime property.

See Also