This topic has not yet been rated - Rate this topic

IFind.DateCreatedFrom Property 

This member is used only on the Macintosh. For information about this member, consult the language reference Help included with Microsoft Office Macintosh Edition.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

'Usage
Dim iFind1 As IFind

Dim returnValue As Object
returnValue = iFind1.DateCreatedFrom

Dim sampleValue As Object
iFind1.DateCreatedFrom = sampleValue

object DateCreatedFrom {get; set;}
public System.Object get_DateCreatedFrom();
public void set_DateCreatedFrom(System.Object);
function get DateCreatedFrom() : Object;
function set DateCreatedFrom(Object);
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.