ChineseDateHelper农历管理类

一、类名Class

类名:PublicFunctions.DateHelper.ChineseDateHelper

 

二、属性Properties

 

三、方法Methods

1、获得农历年

函数:public static string GetLunisolarYear(int year)

返回: string

 

2、获得农历月

函数:public static string GetLunisolarMonth(int month)

返回: string

 

3、获得农历日

函数:public static string GetLunisolarDay(int day)

返回: string

 

4、根据公历获取农历日期

函数:public static string GetChineseDateTime(DateTime datetime)

返回: string