Beispiel #1
0
Datei: IoDate.c Projekt: 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)));
}
Beispiel #2
0
inline int_day
Date::day() const
{
    return Date_day(this);
}