Kimono.KTimeZone.Phase.IsDst C# (CSharp) 메소드

IsDst() 공개 메소드

Return whether daylight savings time applies during this phase.
public IsDst ( ) : bool
리턴 bool
            public bool IsDst()
            {
                return (bool) interceptor.Invoke("isDst", "isDst() const", typeof(bool));
            }