다음을 통해 공유


IFsrmPropertyBag.CreationTime Property

 

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