void Main() { DateTime dt=DateTime.Now; ShowMonthInfo(dt); }
public void ShowMonthInfo(DateTime dt)
}
结果: