Kimono.KDateTime.Spec.IsClockTime C# (CSharp) 메소드

IsClockTime() 공개 메소드

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