SEVExportWorkerWorkerThreadCleanDate Method

Alterian Email Manager 6.2.3 SDK Help File
Utility method to make filename-safe date strings

Namespace:  DMLibrary.SEV
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static string CleanDate(
	Nullable<DateTime> nullableDate,
	bool applyUtcOffset = true
)

Parameters

nullableDate
Type: SystemNullableDateTime
applyUtcOffset (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also