NSLog(@"%@",eventDescriptor);
显示<NSAppleEventDescriptor: 'ldt '($90EFCFC700000000$)>
如何将此转换为NSDate?
答案 0 :(得分:1)
它可能是LongDateTime值,因此您将数据提取为LongDateTime,然后可以将其传递给UCConvertLongDateTimeToCFAbsoluteTime
,然后使用+[NSDate dateWithTimeIntervalSinceReferenceDate:]
。