Is there any method provided by Apple or any technique that can convert a time_t type variable to an NSDate object?
Converting a time_t to NSDate object?
NSDate *someDate = [NSDate dateWithTimeIntervalSince1970:some_time_t]
© 2022 - 2024 — McMap. All rights reserved.