namespace Sonex.Client.Controls.TimelineGrid; public enum TimelineGridIntervalMode { Time = 0, Daily = 1, Weekly = 2, Monthly = 3, Yearly = 4 }