IHTMLPhraseElement2::dateTime Property

Gets or sets the date and time of a modification to the object.

Syntax

HRESULT IHTMLPhraseElement2::get_dateTime(BSTR *p);
HRESULT IHTMLPhraseElement2::put_dateTime(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the date and time a modification.
  • v
    BSTR that specifies the date and time a modification.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

There is no functionality implemented for this property unless defined by the author.

IHTMLPhraseElement2::dateTime was introduced in Microsoft Internet Explorer 6