WKInterfaceDate.SetCalendar(NSCalendar) 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.
Sets the calendar to be used for formatting date information.
[Foundation.Export("setCalendar:")]
public virtual void SetCalendar (Foundation.NSCalendar calendar);
abstract member SetCalendar : Foundation.NSCalendar -> unit
override this.SetCalendar : Foundation.NSCalendar -> unit
Parameters
- calendar
- NSCalendar
The calendar to use. If null
, the user's default calendar is used.
This parameter can be null
.
- Attributes