This property refers to the number of seconds when the file was created. Retrieved after executing the GetImagefileType method.
[Visual
Basic] imagekitcontrolname.File.CreationTimeSecond
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetCreationTimeSecond()
Reference
The number of seconds set in the file's creation time.Explanation
The CreationTimeSecond property refers to the number of seconds when the file was created. This value is retrieved after executing the GetImagefileType method. If the GetImagefileTypeMem method is executed, 0 will be returned.
Setting this value
This value cannot be set.Retrieving this value
This value can be retrieved at run-time.