Kimono.KTimeZone.Phase.IsDst C# (CSharp) Method

IsDst() public method

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