Kimono.KTimeZone.Phases C# (CSharp) Méthode

Phases() public méthode

Return all daylight savings time phases for the time zone. Note that some time zone data sources (such as system time zones accessed via the system libraries) may not allow a list of daylight savings time changes to be compiled easily. In such cases, this method will return an empty list.
public Phases ( ) : List
Résultat List
        public List<KTimeZone.Phase> Phases()
        {
            return (List<KTimeZone.Phase>) interceptor.Invoke("phases", "phases() const", typeof(List<KTimeZone.Phase>));
        }