Kimono.KDateTime.Spec.IsValid C# (CSharp) Méthode

IsValid() public méthode

Returns whether the time specification is valid.
public IsValid ( ) : bool
Résultat bool
            public bool IsValid()
            {
                return (bool) interceptor.Invoke("isValid", "isValid() const", typeof(bool));
            }