--- trunk/libxmltv/Core/XMLTV_CONSTANTS.cs 2013/03/07 11:58:34 26 +++ trunk/libxmltv/Core/XMLTV_CONSTANTS.cs 2013/03/07 12:11:41 27 @@ -26,5 +26,11 @@ namespace libxmltv.Core public const string ChannelDisplayName = "display-name"; } #endregion + #region Program Constants + public static class Programs + { + public const string ProgramStart = "start"; + } + #endregion } } \ No newline at end of file