Exemplo n.º 1
0
 internal int GetDayOfMonth(LocalInstant localInstant)
 {
     return(yearMonthDayCalculator.GetDayOfMonth(localInstant));
 }