Click or drag to resize

CommonDateTimeConvertToLocalDateTime Method

Converts input to a DateTime - input must conform to one of the formats specified in GetDateTimeInputParseFormats(). This is not a universal all-purpose conversion routine!

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

Parameters

input
Type: SystemString

Return Value

Type: DateTime
See Also