Soap.XSBuiltIns.TXSTime.MinuteOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinuteOffset: SmallInt read GetMinuteOffset write SetMinuteOffset;

C++

__property short MinuteOffset = {read=GetMinuteOffset, write=SetMinuteOffset, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSTime

Description

Indicates the difference between the Minute property and the minute of the hour in local time.

The Minute property represents the minute of the hour using Coordinated Universal Time (UTC). MinuteOffset is the correction factor you can add to Minute to obtain the minute of the hour in local time.

See Also