using System; namespace ProtoBuf { internal enum TimeSpanScale { Days, Hours, Minutes, Seconds, Milliseconds, Ticks, MinMax = 15 } }