UIApplicationDelegate.ApplicationSignificantTimeChange(UIApplication) 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.
Indicates a significant change in time, such as midnight, change to Daylight Savings, or a shift in timezone.
[Foundation.Export("applicationSignificantTimeChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ApplicationSignificantTimeChange(UIKit.UIApplication application);
[<Foundation.Export("applicationSignificantTimeChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplicationSignificantTimeChange : UIKit.UIApplication -> unit
override this.ApplicationSignificantTimeChange : UIKit.UIApplication -> unit
Parameters
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
Implements
- Attributes