Ejemplo n.º 1
0
 def is_before(self, otherDatapoint):
     return DateUtils.is_after( int( self._year ) , int( self._month ) , \
         int( self._day ) , int( otherDatapoint._year ) , \
         int( otherDatapoint._month ) , int( otherDatapoint._day ) )
Ejemplo n.º 2
0
 def is_before( self , otherDatapoint ):
     return DateUtils.is_after( int( self._year ) , int( self._month ) , \
         int( self._day ) , int( otherDatapoint._year ) , \
         int( otherDatapoint._month ) , int( otherDatapoint._day ) )