JHDateTime.GetChineseWeek Method

DCSoft.DBUtilityGeneric

JHDateTimeGetChineseWeek 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 GetChineseWeek(
	DateTime datetime
)

Parameters

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

Return Value

Type: String
返回表示星期几
See Also