NSDate.Compare(NSDate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two dates to determine which one comes first.
[Foundation.Export("compare:")]
public virtual Foundation.NSComparisonResult Compare (Foundation.NSDate other);
abstract member Compare : Foundation.NSDate -> Foundation.NSComparisonResult
override this.Compare : Foundation.NSDate -> Foundation.NSComparisonResult
Parameters
- other
- NSDate
The date to compare against.
Returns
- Attributes