Kimono.KSystemTimeZoneBackend.IsDst C# (CSharp) Method

IsDst() private method

private IsDst ( KTimeZone caller, int t ) : bool
caller KTimeZone
t int
return bool
        public override bool IsDst(KTimeZone caller, int t)
        {
            return (bool) interceptor.Invoke("isDst#$", "isDst(const KTimeZone*, time_t) const", typeof(bool), typeof(KTimeZone), caller, typeof(int), t);
        }