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 shift in time, such as midnight, carrier-changed time, or the start or stop of Daylight Savings.
[Foundation.Export("applicationSignificantTimeChange:")]
public virtual void ApplicationSignificantTimeChange (UIKit.UIApplication application);
abstract member ApplicationSignificantTimeChange : UIKit.UIApplication -> unit
override this.ApplicationSignificantTimeChange : UIKit.UIApplication -> unit
Parameters
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
- Attributes
Remarks
If the application is suspended, this method will be called when the app returns to the foreground. This method will only be called once, even if multiple significant time changes occurred during suspension.