示例#1
0
 def end(self):
     """The end date"""
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#2
0
 def end(self):
     """The end of the holiday"""
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#3
0
 def start(self):
     """The start date of the schoolyear, as datetime object"""
     return datetime_utils.parse_date(self._data[u'startDate'])
示例#4
0
 def date(self):
     """the date of the classregevent."""
     return datetime_utils.parse_date(self._data[u'date'])
示例#5
0
 def start(self):
     """The start date of the holiday, as a datetime object."""
     return datetime_utils.parse_date(self._data[u'startDate'])
示例#6
0
 def end(self):
     """The end date"""
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#7
0
 def date(self):
     """the date of the classregevent."""
     return datetime_utils.parse_date(self._data[u'date'])
示例#8
0
 def end(self):
     """The end of the holiday"""
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#9
0
 def start(self):
     """The start date of the schoolyear, as datetime object"""
     return datetime_utils.parse_date(self._data[u'startDate'])
示例#10
0
 def end(self):
     '''The end date'''
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#11
0
 def start(self):
     """The start date of the holiday, as a datetime object."""
     return datetime_utils.parse_date(self._data[u'startDate'])
示例#12
0
 def end(self):
     '''The end of the holiday'''
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#13
0
 def end(self):
     '''The end date'''
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#14
0
 def end(self):
     '''The end of the holiday'''
     return datetime_utils.parse_date(self._data[u'endDate'])
示例#15
0
 def start(self):
     '''The start date of the schoolyear, as datetime object'''
     return datetime_utils.parse_date(self._data['startDate'])
示例#16
0
 def start(self):
     '''The start date of the holiday, as a datetime object.'''
     return datetime_utils.parse_date(self._data['startDate'])