ChineseCalHelper Constructor (Int32, Int32, Int32, Boolean) | Helper帮助文档 |
用农历的日期来初使化
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ChineseCalHelper( int cy, int cm, int cd, bool leapMonthFlag )
Public Sub New ( cy As Integer, cm As Integer, cd As Integer, leapMonthFlag As Boolean )
public: ChineseCalHelper( int cy, int cm, int cd, bool leapMonthFlag )
new : cy : int * cm : int * cd : int * leapMonthFlag : bool -> ChineseCalHelper
Parameters
- cy
- Type: SystemInt32
农历年 - cm
- Type: SystemInt32
农历月 - cd
- Type: SystemInt32
农历日 - leapMonthFlag
- Type: SystemBoolean
[Missing <param name="leapMonthFlag"/> documentation for "M:HD.Common.ChineseCalHelper.#ctor(System.Int32,System.Int32,System.Int32,System.Boolean)"]
See Also