NSCalendarDate Constructors

Definition

Overloads

NSCalendarDate()
NSCalendarDate(NSCoder)
NSCalendarDate(NSObjectFlag)
NSCalendarDate(IntPtr)
NSCalendarDate(String)
NSCalendarDate(String, String)
NSCalendarDate(String, String, NSObject)
NSCalendarDate(nint, nuint, nuint, nuint, nuint, nuint, NSTimeZone)

NSCalendarDate()

[Foundation.Export("init")]
public NSCalendarDate ();
Attributes

Applies to

NSCalendarDate(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCalendarDate (Foundation.NSCoder coder);
new Foundation.NSCalendarDate : Foundation.NSCoder -> Foundation.NSCalendarDate

Parameters

coder
NSCoder
Attributes

Applies to

NSCalendarDate(NSObjectFlag)

protected NSCalendarDate (Foundation.NSObjectFlag t);
new Foundation.NSCalendarDate : Foundation.NSObjectFlag -> Foundation.NSCalendarDate

Parameters

Applies to

NSCalendarDate(IntPtr)

protected internal NSCalendarDate (IntPtr handle);
new Foundation.NSCalendarDate : nativeint -> Foundation.NSCalendarDate

Parameters

handle
IntPtr

nativeint

Applies to

NSCalendarDate(String)

[Foundation.Export("initWithString:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCalendarDate (string description);
new Foundation.NSCalendarDate : string -> Foundation.NSCalendarDate

Parameters

description
String
Attributes

Applies to

NSCalendarDate(String, String)

[Foundation.Export("initWithString:calendarFormat:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCalendarDate (string description, string calendarFormat);
new Foundation.NSCalendarDate : string * string -> Foundation.NSCalendarDate

Parameters

description
String
calendarFormat
String
Attributes

Applies to

NSCalendarDate(String, String, NSObject)

[Foundation.Export("initWithString:calendarFormat:locale:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCalendarDate (string description, string calendarFormat, Foundation.NSObject locale);
new Foundation.NSCalendarDate : string * string * Foundation.NSObject -> Foundation.NSCalendarDate

Parameters

description
String
calendarFormat
String
locale
NSObject
Attributes

Applies to

NSCalendarDate(nint, nuint, nuint, nuint, nuint, nuint, NSTimeZone)

[Foundation.Export("initWithYear:month:day:hour:minute:second:timeZone:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCalendarDate (nint year, nuint month, nuint day, nuint hour, nuint minute, nuint second, Foundation.NSTimeZone aTimeZone);
new Foundation.NSCalendarDate : nint * nuint * nuint * nuint * nuint * nuint * Foundation.NSTimeZone -> Foundation.NSCalendarDate

Parameters

year
System.System.IntPtr System.nativeint
month
System.System.UIntPtr System.unativeint
day
System.System.UIntPtr System.unativeint
hour
System.System.UIntPtr System.unativeint
minute
System.System.UIntPtr System.unativeint
second
System.System.UIntPtr System.unativeint
aTimeZone
NSTimeZone
Attributes

Applies to