Kimono.KSystemTimeZoneBackend.IsDst C# (CSharp) Méthode

IsDst() private méthode

private IsDst ( KTimeZone caller, int t ) : bool
caller KTimeZone
t int
Résultat 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);
        }