Kimono.KTimeZoneData.PreviousUtcOffset C# (CSharp) Méthode

PreviousUtcOffset() public méthode

Returns the UTC offset to use before the start of data for the time zone.
public PreviousUtcOffset ( ) : int
Résultat int
        public int PreviousUtcOffset()
        {
            return (int) interceptor.Invoke("previousUtcOffset", "previousUtcOffset() const", typeof(int));
        }