Returns a Boolean value that indicates whether the receiver uses phrases such as “today” and “tomorrow” for the date component.
Original signature is '- (BOOL)doesRelativeDateFormatting'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual bool DoesRelativeDateFormatting { get; set; }
Public Overridable Property DoesRelativeDateFormatting As Boolean
Get
Set
public:
virtual property bool DoesRelativeDateFormatting {
bool get ();
void set (bool value);
}

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)