GetMonth() public static method

public static GetMonth ( DateTime date ) : int
date DateTime
return int
コード例 #1
0
 public override int GetMonth(DateTime time)
 {
     M_CheckDateTime(time);
     return(CCEastAsianLunisolarCalendar.GetMonth(time));
 }