class
	C_DATE

General
	cluster: time
	description: "Representation of a date at C level"
	create: default_create, make_utc

Ancestors
	ANY

Queries
	day_now: INTEGER_32
	hour_now: INTEGER_32
	is_utc: BOOLEAN
	microseconds_now: INTEGER_32
	millisecond_now: INTEGER_32
	minute_now: INTEGER_32
	month_now: INTEGER_32
	second_now: INTEGER_32
	year_now: INTEGER_32

Commands
	update


Generated by ISE EiffelStudio