Ejemplo n.º 1
0
DTime TimeIndex::GetLastTime() const {
	return GetTimeOfIndex(m_number_of_values - 1);
}
Ejemplo n.º 2
0
DTime TimeIndex::GetFirstNotDisplayedTime() const {
	return GetTimeOfIndex(m_number_of_values);
}
Ejemplo n.º 3
0
void Draw::PrintTimeOfIndex(int i) {
	print_time(GetTimeOfIndex(i));
}