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

IsClockTime() public méthode

Returns whether the time specification is a local clock time.
public IsClockTime ( ) : bool
Résultat bool
            public bool IsClockTime()
            {
                return (bool) interceptor.Invoke("isClockTime", "isClockTime() const", typeof(bool));
            }