public method PriceHistoryHelperAut.GetTradingDayOffsetUTC

Brief

Gets the offset between a day's midnight and a specified date in the UTC time zone.

Declaration
Visual Basic
Function GetTradingDayOffsetUTC (dt as DateTime) As Integer
IDL
[id(5)] HRESULT GetTradingDayOffsetUTC( [in]DATE dtTimeUTC, [out, retval] int* retVal)

Parameters
dt

The date and time.

Returns

The method returns the offset between a day's midnight and the specified date in the UTC time zone.

Details

The GetTradingDayOffsetUTC method is defined in the PriceHistoryHelperAut class.

back