MonobjcMonobjc Documented Class Library
TwoDigitStartDate Property
NamespacesMonobjc.FoundationNSDateFormatterTwoDigitStartDate

Returns the earliest date that can be denoted by a two-digit year specifier.

Original signature is '- (NSDate *)twoDigitStartDate'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDate TwoDigitStartDate { get; set; }
Public Overridable Property TwoDigitStartDate As NSDate
	Get
	Set
public:
virtual property NSDate^ TwoDigitStartDate {
	NSDate^ get ();
	void set (NSDate^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)