Which of the following operations are supported on Time Frames?

idxmax
ixmax
ixmin
none of the mentioned

The correct answer is: A. idxmax

idxmax returns the index of the maximum value in a TimeFrame.

ixmax returns the maximum value in a TimeFrame.

ixmin returns the index of the minimum value in a TimeFrame.

none of the mentioned is not a valid option.