Click or drag to resize
S3ObjectInfoProviderGetDateTimeString Method
Returns date time as a string type in english culture.

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

Parameters

datetime
Type: SystemDateTime
Date time.

Return Value

Type: String
See Also