|
enum class | TimeZoneType : int { Utc = 0
, Local = 1
} |
|
|
static MCAPI int | _parseTimeZone (char const *str, uint64 len, ::DateManager::TimeZoneType *type, int *hours, int *minutes) |
|
static MCAPI ::std::string | getCurrentTimestampFileName () |
|
static MCAPI bool | toDateTime (::std::string const &strTime, ::tm *result, ::DateManager::TimeZoneType *resultType, int *resultTimeZoneMinutes) |
|
static MCAPI int64 | toEpochTime (::tm const *dateTime, ::DateManager::TimeZoneType inputType) |
|
static MCAPI ::std::string | toString (::tm const &time, ::std::string const &format, ::std::optional<::std::locale > const &locale) |
|
static MCAPI ::std::string | toString_DateTime (::tm const &time, ::DateManager::TimeZoneType outputType) |
|
static MCAPI void ** | $vftable () |
|
◆ _parseTimeZone()
static MCAPI int DateManager::_parseTimeZone |
( |
char const * | str, |
|
|
uint64 | len, |
|
|
::DateManager::TimeZoneType * | type, |
|
|
int * | hours, |
|
|
int * | minutes ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ getCurrentTimestampFileName()
static MCAPI ::std::string DateManager::getCurrentTimestampFileName |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ toDateTime()
static MCAPI bool DateManager::toDateTime |
( |
::std::string const & | strTime, |
|
|
::tm * | result, |
|
|
::DateManager::TimeZoneType * | resultType, |
|
|
int * | resultTimeZoneMinutes ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ toEpochTime()
static MCAPI int64 DateManager::toEpochTime |
( |
::tm const * | dateTime, |
|
|
::DateManager::TimeZoneType | inputType ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ toString()
static MCAPI ::std::string DateManager::toString |
( |
::tm const & | time, |
|
|
::std::string const & | format, |
|
|
::std::optional<::std::locale > const & | locale ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ toString_DateTime()
static MCAPI ::std::string DateManager::toString_DateTime |
( |
::tm const & | time, |
|
|
::DateManager::TimeZoneType | outputType ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $vftable()
static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable |
( |
| ) |
|
|
staticinherited |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: