NSCalendar.Date 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.
[Foundation.Export("dateWithEra:year:month:day:hour:minute:second:nanosecond:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDate Date(IntPtr era, IntPtr year, IntPtr month, IntPtr date, IntPtr hour, IntPtr minute, IntPtr second, IntPtr nanosecond);
[<Foundation.Export("dateWithEra:year:month:day:hour:minute:second:nanosecond:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Date : nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint -> Foundation.NSDate
override this.Date : nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint * nativeint -> Foundation.NSDate
Parameters
- era
-
IntPtr
nativeint
- year
-
IntPtr
nativeint
- month
-
IntPtr
nativeint
- date
-
IntPtr
nativeint
- hour
-
IntPtr
nativeint
- minute
-
IntPtr
nativeint
- second
-
IntPtr
nativeint
- nanosecond
-
IntPtr
nativeint
Returns
- Attributes