MessageObjectProperty.ToDateTime

MessageObjectProperty.ToDateTime method

Converts the value of the property to DateTime.

public DateTime ToDateTime()

Return Value

DateTime value, if type can’t be converted to DateTime returns MinValue.

Remarks

This method doesn’t provide automatic conversion of the data types, e.g. if Value property is of type default value will be returned.

See Also