BucketCreationDate Property |
获取/设置Bucket的创建时间。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
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