C# Class AcManager.Tools.Helpers.SettingsHolder.PeriodEntry

Inheritance: FirstFloor.ModernUI.Presentation.Displayable
Show file Open project: gro-ove/actools

Public Methods

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

Method Details

PeriodEntry() public method

public PeriodEntry ( ) : System
return System

PeriodEntry() public method

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

PeriodEntry() public method

public PeriodEntry ( string displayName ) : System
displayName string
return System