tzinfo.dst C# (CSharp) Method

dst() public method

public dst ( object dt ) : timedelta,
dt object
return timedelta,
            public virtual timedelta dst(object dt) {
                throw new NotImplementedException();
            }