Soap.XSBuiltIns.TXSCustomDateTime.SetMinute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMinute(const Value: Word); virtual;

C++

virtual void __fastcall SetMinute(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 Minute property.

SetMinute is the protected write implementation of the Minute property.

See Also