Share via


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)

Usage

Dim msoLastModified1 As MsoLastModified = MsoLastModified.msoLastModifiedAnyTime

Syntax

Public Enum MsoLastModified
public enum MsoLastModified
public enum class MsoLastModified
public enum MsoLastModified
public enum MsoLastModified

Members

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

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace