C# Class DaysimTool.RosterWriter.TimeOfDay

Mostra file Open project: psrc/soundcast

Public Properties

Property Type Description
end_time int
start_time int
time_name string

Public Methods

Method Description
TimeOfDay ( string time_name, int start_time, int end_time ) : System

Method Details

TimeOfDay() public method

public TimeOfDay ( string time_name, int start_time, int end_time ) : System
time_name string
start_time int
end_time int
return System

Property Details

end_time public_oe property

public int end_time
return int

start_time public_oe property

public int start_time
return int

time_name public_oe property

public string time_name
return string