Expand description
Date type for Foundation.
Corresponds to Foundation/NSDate.hpp.
§C++ Equivalent
namespace NS {
using TimeInterval = double;
class Date : public Copying<Date> {
public:
static Date* dateWithTimeIntervalSinceNow(TimeInterval secs);
};
}Structs§
- Date
- An Objective-C date object.