Ask a Question
What is the specific meaning of time-related elements in an Event View? Can I determine how much time is left in this phase?
almost 3 years ago by Marco Williams
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?)