Skip navigation.
 
mlRe: NSCalendarDate dayOfWeek
FROM : mmalc crawford
DATE : Tue Jun 24 19:11:20 2008

On Jun 24, 2008, at 10:04 AM, James Sugrue wrote:

> In the docs it says that you should avoid using NSCalenderDate. I 
> want to
> get the dayOfWeek value. What would be the best way going forward 
> instead of
> using  NSCalendarDate dayOfWeek?
>

"For calendrical calculations, you should use suitable combinations of 
NSCalendar, NSDate, and NSDateComponents, as described in Calendars in 
Dates and Times Programming Topics for Cocoa."

-> http://developer.apple.com/documentation/Cocoa/Conceptual/DatesAndTimes/Articles/dtCalendars.html

mmalc

Related mailsAuthorDate
mlNSCalendarDate dayOfWeek James Sugrue Jun 24, 19:04
mlRe: NSCalendarDate dayOfWeek mmalc crawford Jun 24, 19:11