Exemple #1
0
 public bool IsLeapYear()
 {
     return(GPGregorianTime.IsLeapYear(getYear()));
 }