Kimono.KTimeZone.LeapSeconds.IsValid C# (CSharp) Method

IsValid() public method

Return whether this instance holds valid data.
public IsValid ( ) : bool
return bool
            public bool IsValid()
            {
                return (bool) interceptor.Invoke("isValid", "isValid() const", typeof(bool));
            }