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));
            }