class
	WEL_SYSTEM_TIME

General
	cluster: wel.structs
	description: "Wrapper of SYSTEMTIME structure"
	create: make_by_pointer, make_by_current_time, make

Ancestors
	WEL_STRUCTURE

Queries
	day: INTEGER
	day_of_week: INTEGER
	exists: BOOLEAN
	file_time: WEL_FILE_TIME
	hour: INTEGER
	item: POINTER
	milliseconds: INTEGER
	minute: INTEGER
	month: INTEGER
	second: INTEGER
	shared: BOOLEAN
	structure_size: INTEGER
	to_integer: INTEGER
	year: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	make_by_current_time
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_shared
	set_unshared