This property sets how the files will be sorted when the Sort property is set to 2 (ikSortDate)

[Visual Basic]   thumbcontrolname.SortDate [ = SortDateConstants ]
[Visual C++]     thumbcontrolname.SetSortDate(long Val)
[VB.NET]   thumbcontrolname.SortDate [ = ImageKit10Thumb(A)Lib.SortDateConstants ]
[C#.NET]   thumbcontrolname.SortDate [ = ImageKit10Thumb(A)Lib.SortDateConstants ]

* ImageKit10ThumbALib refers to the ANSI version, ImageKit10ThumbLib refers to the Unicode version.

Property Value

Value Explanation
0 The datetime that the file was created
1 The datetime that the file was last modified
2 The datetime that the file was last accessed

The following constants can also be used: (ikSortDateCreationTime = 0, ikSortDateLastWriteTime = 1, ikSortDateLastAccessTime = 2).

Explanation

This property sets how the files will be sorted when the Sort property is set to 2 (ikSortDate)

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 
The ImageKit10 ActiveX is a product created by Newtone Corporation