S3ObjectInfoProviderGetStringDateTime Method |
Returns date time as a DateTime type converted using english culture.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax public static DateTime GetStringDateTime(
string datetime
)
Parameters
- datetime
- Type: SystemString
String date time.
Return Value
Type:
DateTimeSee Also