Ejemplo n.º 1
0
Archivo: IoDate.c Proyecto: bomma/io
IO_METHOD(IoDate, day)
{
	/*doc Date day
	Returns a number containing the day of the month of the receiver. 
	*/

	return IONUMBER(Date_day(DATA(self)));
}
Ejemplo n.º 2
0
inline int_day
Date::day() const
{
    return Date_day(this);
}