ContactPropertyReader.ReadValueAsDateTime method
The ReadValueAsDateTime() method return the property value as a date and time.
Overload list
Name | Description | |
---|---|---|
ReadValueAsDateTime(ContactValueType) | The ReadValueAsDateTime(ContactValueType) method returns the property value as a date and time. | |
ReadValueAsDateTime(ContactValueType, ContactValueSeparators) | The ReadValueAsDateTime(ContactValueType, ContactValueSeparators) method return the property value as a date and time. Values are separated by the specified separators. |
Top