GetMonth() 공개 메소드

public GetMonth ( System.DateTime time ) : int
time System.DateTime
리턴 int
예제 #1
0
 public override int GetMonth(DateTime time)
 {
     return(helper.GetMonth(time));
 }