MessageObjectPropertyToDateTime Method |
Converts the value of the property to DateTime.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic DateTime ToDateTime()
Public Function ToDateTime As DateTime
public:
DateTime ToDateTime()
member ToDateTime : unit -> DateTime
Return Value
Type:
DateTimeDateTime value, if type can't be converted to DateTime returns
MinValue.
RemarksThis 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