MsoLastModified Enumeration

Specifies the period of time to filter files by the date last modified. Used with the LastModified property of the FileSearch object.

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

Syntax

'Declaration
Public Enumeration MsoLastModified
'Usage
Dim instance As MsoLastModified
public enum MsoLastModified

Members

Member name Description
msoLastModifiedYesterday File last modified yesterday.
msoLastModifiedToday File last modified today.
msoLastModifiedLastWeek File last modified last week.
msoLastModifiedThisWeek File last modified this week.
msoLastModifiedLastMonth File last modified last month.
msoLastModifiedThisMonth File last modified this month.
msoLastModifiedAnyTime File last modified any time.

See Also

Reference

Microsoft.Office.Core Namespace