Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Foundation
  3. NSTimer
  4. IsValid
  • NSTimer
    • NSTimer(IntPtr)
    • NSTimer(NativeHandle)
    • NSTimer(NSObjectFlag)
    • NSTimer(NSDate, Double, NSObject, Selector, NSObject, Boolean)
    • NSTimer(NSDate, Double, Boolean, Action<NSTimer>)
    • NSTimer(NSDate, TimeSpan, Action<NSTimer>, Boolean)
    • ClassHandle
    • FireDate
    • IsValid
    • TimeInterval
    • Tolerance
    • UserInfo
    • CreateRepeatingScheduledTimer(Double, Action<NSTimer>)
    • CreateRepeatingScheduledTimer(TimeSpan, Action<NSTimer>)
    • CreateRepeatingTimer(Double, Action<NSTimer>)
    • CreateRepeatingTimer(TimeSpan, Action<NSTimer>)
    • CreateScheduledTimer(Double, NSObject, Selector, NSObject, Boolean)
    • CreateScheduledTimer(Double, Action<NSTimer>)
    • CreateScheduledTimer(TimeSpan, Action<NSTimer>)
    • CreateScheduledTimer(Double, Boolean, Action<NSTimer>)
    • CreateTimer(Double, NSObject, Selector, NSObject, Boolean)
    • CreateTimer(Double, Action<NSTimer>)
    • CreateTimer(TimeSpan, Action<NSTimer>)
    • CreateTimer(Double, Boolean, Action<NSTimer>)
    • Dispose(Boolean)
    • Fire()
    • Invalidate()
xamarinmac
namespace Foundation
{
    [Register("NSTimer", true)]
    public class NSTimer : NSObject
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        public virtual bool IsValid
        {
            [Export("isValid")]
            get;
        }

    }
}
nuget.org
0.0 %
Reference this API
.NET
6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙