|
ContainerRecordCreation Property
|
Gets the date and time of file creation.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.246-beta
Syntaxpublic DateTime Creation { get; set; }
Public Property Creation As DateTime
Get
Set
public:
property DateTime Creation {
DateTime get ();
void set (DateTime value);
}
member Creation : DateTime with get, set
function get_Creation();
function set_Creation(value);
View SourceProperty Value
DateTime
See Also