Kimono.KSystemTimeZoneBackend.IsDst C# (CSharp) Метод

IsDst() приватный Метод

private IsDst ( KTimeZone caller, int t ) : bool
caller KTimeZone
t int
Результат 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);
        }