There are mainly three ways of doing analysis in LabVIEW, 'array based', 'waveform based' and using 'Express VIs'. Many analysis functions are supported in all three modes, presented in three different palettes. The upper-row in your Analyze palette is Waveform based, that is works on input Waveforms. A Waveform includes not only your data but also timing information in form of timestamp (start time) and dt (sampling interval = 1 / sample rate). So waveform based VIs are easier to use because they manage the necessary waveform information for you.
You also have a main palette called 'Waveform' where you can find various tools to manipulate your waveform and extract for example timestamp or dt values.
If you want to go the 'Express VIs' way,
check the Express palette.