class
	WEL_SYSTEM_TIME

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

Ancestors
	WEL_STRUCTURE*

Queries
	day: INTEGER_32
	day_of_week: INTEGER_32
	exists: BOOLEAN
	file_time: WEL_FILE_TIME
	hour: INTEGER_32
	is_equal (other: [like Current] WEL_SYSTEM_TIME): BOOLEAN
	item: POINTER
	milliseconds: INTEGER_32
	minute: INTEGER_32
	month: INTEGER_32
	second: INTEGER_32
	shared: BOOLEAN
	structure_size: INTEGER_32
	year: INTEGER_32

Commands
	copy (other: [like Current] WEL_SYSTEM_TIME)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	make_by_current_time
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_shared
	set_unshared