Soap.XSBuiltIns.TXSCustomDateTime.SetSecond

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSecond(const Value: Word); virtual;

C++

virtual void __fastcall SetSecond(const System::Word 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 Second property.

SetSecond is the protected write implementation of the Second property.

See Also