Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the date and time that the file was created.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object CreationTime { get; }
property Object^ CreationTime {
Object^ get();
}
abstract CreationTime : Object with get
ReadOnly Property CreationTime As Object
Property Value
Type: System.Object
Returns a Object containing the date and time that the file was created. The variant is of type VT_DATE. Query the date member of the variant to access the creation time. The value is in FILETIME format.
See Also
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top