Ask a Question

Ask a Question
Back to All

What is the specific meaning of time-related elements in an Event View? Can I determine how much time is left in this phase?

An Event View contains (among other things):

long secondsRemaining
DateTime endTime
EventPhase currentPhase
List< EventPhase > allPhases

Is secondsRemaining the time left in this current phase, or in the whole event?
Is endTime the endTime of the phase, or the whole event?

Is there a way to see when the event was started in the Event View? (i.e. if endTime is the current phase, i could work backward using the allPhases and the durations of each to work it out?)