Kimono.KDateTime.Spec.IsClockTime C# (CSharp) Method

IsClockTime() public method

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