NSCalendar.FindNextDateAfterDateMatching 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.
Overloads
FindNextDateAfterDateMatching(NSDate, NSDateComponents, NSCalendarOptions)
[Foundation.Export("nextDateAfterDate:matchingComponents:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDate FindNextDateAfterDateMatching (Foundation.NSDate date, Foundation.NSDateComponents components, Foundation.NSCalendarOptions options);
abstract member FindNextDateAfterDateMatching : Foundation.NSDate * Foundation.NSDateComponents * Foundation.NSCalendarOptions -> Foundation.NSDate
override this.FindNextDateAfterDateMatching : Foundation.NSDate * Foundation.NSDateComponents * Foundation.NSCalendarOptions -> Foundation.NSDate
Parameters
- date
- NSDate
- components
- NSDateComponents
- options
- NSCalendarOptions
Returns
- Attributes
Applies to
FindNextDateAfterDateMatching(NSDate, NSCalendarUnit, nint, NSCalendarOptions)
[Foundation.Export("nextDateAfterDate:matchingUnit:value:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDate FindNextDateAfterDateMatching (Foundation.NSDate date, Foundation.NSCalendarUnit unit, nint value, Foundation.NSCalendarOptions options);
abstract member FindNextDateAfterDateMatching : Foundation.NSDate * Foundation.NSCalendarUnit * nint * Foundation.NSCalendarOptions -> Foundation.NSDate
override this.FindNextDateAfterDateMatching : Foundation.NSDate * Foundation.NSCalendarUnit * nint * Foundation.NSCalendarOptions -> Foundation.NSDate
Parameters
- date
- NSDate
- unit
- NSCalendarUnit
- value
- System.System.IntPtr System.nativeint
- options
- NSCalendarOptions
Returns
- Attributes
Applies to
FindNextDateAfterDateMatching(NSDate, nint, nint, nint, NSCalendarOptions)
[Foundation.Export("nextDateAfterDate:matchingHour:minute:second:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSDate FindNextDateAfterDateMatching (Foundation.NSDate date, nint hour, nint minute, nint second, Foundation.NSCalendarOptions options);
abstract member FindNextDateAfterDateMatching : Foundation.NSDate * nint * nint * nint * Foundation.NSCalendarOptions -> Foundation.NSDate
override this.FindNextDateAfterDateMatching : Foundation.NSDate * nint * nint * nint * Foundation.NSCalendarOptions -> Foundation.NSDate
Parameters
- date
- NSDate
- hour
- System.System.IntPtr System.nativeint
- minute
- System.System.IntPtr System.nativeint
- second
- System.System.IntPtr System.nativeint
- options
- NSCalendarOptions
Returns
- Attributes