BucketCreationDate Property |
Bucket creation time getter/setter
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.4.0 (2.5.4)
Syntaxpublic DateTime CreationDate { get; }
Public ReadOnly Property CreationDate As DateTime
Get
public:
property DateTime CreationDate {
DateTime get ();
}
member CreationDate : DateTime with get
Property Value
Type:
DateTime
See Also