C# 클래스 DesktopHelper.Util.ChineseDate

中国农历
파일 보기 프로젝트 열기: JimmyFung/DesktopHelper

공개 메소드들

메소드 설명
GetChinaDate ( System.DateTime dt ) : string

获取农历

GetChinaHoliday ( System.DateTime dt ) : string

获取农历节日

GetDay ( System.DateTime dt ) : string

获取农历日期

GetHoliday ( System.DateTime dt ) : string

获取公历节日

GetHour ( System.DateTime dt ) : string

获取时辰

GetMonth ( System.DateTime dt ) : string

获取农历月份

GetSolarTerm ( System.DateTime dt ) : string

获取节气

GetYear ( System.DateTime dt ) : string

获取农历年份

비공개 메소드들

메소드 설명
ChineseDate ( ) : System

메소드 상세

GetChinaDate() 공개 정적인 메소드

获取农历
public static GetChinaDate ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetChinaHoliday() 공개 정적인 메소드

获取农历节日
public static GetChinaHoliday ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetDay() 공개 정적인 메소드

获取农历日期
public static GetDay ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetHoliday() 공개 정적인 메소드

获取公历节日
public static GetHoliday ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetHour() 공개 정적인 메소드

获取时辰
public static GetHour ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetMonth() 공개 정적인 메소드

获取农历月份
public static GetMonth ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetSolarTerm() 공개 정적인 메소드

获取节气
public static GetSolarTerm ( System.DateTime dt ) : string
dt System.DateTime
리턴 string

GetYear() 공개 정적인 메소드

获取农历年份
public static GetYear ( System.DateTime dt ) : string
dt System.DateTime
리턴 string