AcManager.Tools.Helpers.SettingsHolder.PeriodEntry.PeriodEntry C# (CSharp) Method

PeriodEntry() public method

public PeriodEntry ( string displayName ) : System
displayName string
return System
            public PeriodEntry(string displayName) {
                TimeSpan = TimeSpan.MaxValue;
                DisplayName = displayName;
            }
        }

Same methods

SettingsHolder.PeriodEntry::PeriodEntry ( ) : System
SettingsHolder.PeriodEntry::PeriodEntry ( System.TimeSpan timeSpan, string displayName = null ) : System
SettingsHolder.PeriodEntry