GetMonth() public method

public GetMonth ( System.DateTime time ) : int
time System.DateTime
return int
コード例 #1
0
 public override int GetMonth(DateTime time)
 {
     return(helper.GetMonth(time));
 }