8 lines
109 B
C#
8 lines
109 B
C#
namespace ErsatzTV.Core.Scheduling;
|
|
|
|
public enum FixedStartTimeBehavior
|
|
{
|
|
Strict = 0,
|
|
Flexible = 1
|
|
}
|