Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
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 More... | |
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 60 of file timeconversions.c.
int m_Days int m_Hours int m_Minutes int m_Seconds string ConvertSecondsToFullTime::FormatedAsTimestamp | ( | ) |
Definition at line 7 of file timeconversions.c.
string ConvertSecondsToFullTime::FormatedNonZero | ( | ) |
Definition at line 32 of file timeconversions.c.
string ConvertSecondsToFullTime::FormatedWithZero | ( | ) |
Definition at line 27 of file timeconversions.c.