Re: NSAppleEventDescriptor & Extracting a Date value
Re: NSAppleEventDescriptor & Extracting a Date value
- Subject: Re: NSAppleEventDescriptor & Extracting a Date value
- From: has <email@hidden>
- Date: Sat, 5 Jan 2008 11:27:09 +0000
Steve Cronin wrote:
I need to pull a date out of an NSAppleEventDescriptor.
The code below is working for all of the other types.
How do I get the date value?
objc-appscript's AEMCodecs class provides extensive bridging between
ObjC classes and AE types, including typeLongDateTime. Use as-is - it
should work on 10.3.9 onwards - or copy the bits you need.
http://appscript.sourceforge.net/objc-appscript.html
HTH
has
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden