![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | FullTimeData |
| struct that keeps Time relevant information for future formatting More... | |
Functions | |
| class FullTimeData | ConvertSecondsToFullTime (int timeInSeconds, out FullTimeData fullTime) |
| transform time in seconds into FullTimeData struct | |
| int m_Days int m_Hours int m_Minutes int m_Seconds string | FormatedAsTimestamp () |
| string | FormatedWithZero () |
| string | FormatedNonZero () |
| class FullTimeData ConvertSecondsToFullTime | ( | int | timeInSeconds, |
| out FullTimeData | fullTime ) |
transform time in seconds into FullTimeData struct
| timeInSeconds | time in seconds |
| fullTime | time output as FullTimeData struct |
Definition at line 1 of file timeconversions.c.
| int m_Days int m_Hours int m_Minutes int m_Seconds string ConvertSecondsToFullTime::FormatedAsTimestamp | ( | ) |
Definition at line 66 of file timeconversions.c.
| string ConvertSecondsToFullTime::FormatedNonZero | ( | ) |
Definition at line 91 of file timeconversions.c.
| string ConvertSecondsToFullTime::FormatedWithZero | ( | ) |
Definition at line 86 of file timeconversions.c.