Injabie3 / LLSIF-Helper

A program to help LLSIF gamers calculate things. WIP
1 stars 1 forks source link

Time Calcuations #15

Open abuneri opened 8 years ago

abuneri commented 8 years ago

@Injabie3 and @Tetimaru ,

I am going to setting up a time factor as well. This would mean the user would give input onto the date and hour of that day that the event is finished, and then we would continuously calculate the time remaining and also use that member variable in calculations to be able to show the user an accurate projection of where they will end up.

I'm wanting to make the setEventTimeRemaining to be static because where or not the user has actually started the event the time left will still hold true, so we want to be able to use this property outside of any object instantiation.

Any idea's or tips to make this better, comment here!

Tetimaru commented 8 years ago

here!