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)
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 |
In Visual Basic, 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.