Edit

Share via


MsoLastModified Enum

Definition

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

public enum class MsoLastModified
public enum MsoLastModified
type MsoLastModified = 
Public Enum MsoLastModified
Inheritance
MsoLastModified

Fields

Name Value Description
msoLastModifiedYesterday 1

File last modified yesterday.

msoLastModifiedToday 2

File last modified today.

msoLastModifiedLastWeek 3

File last modified last week.

msoLastModifiedThisWeek 4

File last modified this week.

msoLastModifiedLastMonth 5

File last modified last month.

msoLastModifiedThisMonth 6

File last modified this month.

msoLastModifiedAnyTime 7

File last modified any time.

Applies to