JHDateTime.GetChineseZodiac Method

DCSoft.DBUtilityGeneric

JHDateTimeGetChineseZodiac Method
根据公历(阳历)日期,获取该年份对应的十二生肖

Namespace: DCSoft.Utility
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetChineseZodiac(
	DateTime datetime
)

Parameters

datetime
Type: SystemDateTime
公历(阳历)日期

Return Value

Type: String
返回对应的十二生肖
See Also