class
	WEL_FILE_TIME

General
	cluster: wel.structs
	description: "Wrapper of FILETIME structure"
	create: make_by_file_creation_time, make, make_by_file_modification_time, make_by_file_access_time, make_by_current_time, make_by_pointer

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	is_equal (a_file_time: WEL_FILE_TIME): BOOLEAN
	is_larger_than (a_file_time: WEL_FILE_TIME): BOOLEAN
	item: POINTER
	local_file_time: WEL_FILE_TIME
	shared: BOOLEAN
	structure_size: INTEGER
	system_time: WEL_SYSTEM_TIME
	to_integer: INTEGER
	universal_file_time: WEL_FILE_TIME

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