Click or drag to resize

CommonDateTimeYYYYMMDDHHMMStrToDate Method

Converts a string on the format YYYYMMDD HHmm to a datetime in utc time

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static DateTime YYYYMMDDHHMMStrToDate(
	string str
)

Parameters

str
Type: SystemString

Return Value

Type: DateTime
See Also