public method PriceHistoryHelperAut.GetTradingWeekOffset

Brief

Gets the offset between a Sunday date and the date of the beginning of a trading week.

Declaration
Visual Basic
Function GetTradingWeekOffset () As Integer
IDL
[id(6)] HRESULT GetTradingWeekOffset( [out, retval] int* retVal)

Returns

The method returns the offset between the Sunday date and the date of the beginning of the trading week. For example, FXCM's trading week starts at Saturday, so the offset is -1 day.

Details

The GetTradingWeekOffset method is defined in the PriceHistoryHelperAut class.

back