GetDayOfMonth() public method

public GetDayOfMonth ( System.DateTime time ) : int
time System.DateTime
return int
Exemplo n.º 1
0
 public override int GetDayOfMonth(DateTime time)
 {
     return(helper.GetDayOfMonth(time));
 }