///
/// 判断当前时间是否在指定的时间段内
///
/// 指定时间段
/// 所处时间段
///
public static bool BetweenPeriod(string periodStr, out string liePeriod)
{
string[] periodList = StringHelper.SplitString(periodStr, "\n");
return BetweenPeriod(periodList, out liePeriod);
}
///
/// 判断当前时间是否在指定的时间段内
///
/// 指定时间段
///
public static bool BetweenPeriod(string periodList)
{
string liePeriod = string.Empty;
return
下一篇: 物业秩序工作计划推荐11篇