Click or drag to resize
S3ObjectInfoProviderGetStringDateTime Method
Returns date time as a DateTime type converted using english culture.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public static DateTime GetStringDateTime(
	string datetime
)

Parameters

datetime
Type: SystemString
String date time.

Return Value

Type: DateTime
See Also