GetYear() public static method

The method gives the number of the year of the specified date.
public static GetYear ( System time ) : int
time System The /// that specifies a /// date. ///
return int
コード例 #1
0
 public override int GetYear(DateTime time)
 {
     return(CCGregorianCalendar.GetYear(time));
 }