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

msoLastModifiedAnyTime 7

File last modified any time.

msoLastModifiedLastMonth 5

File last modified last month.

msoLastModifiedLastWeek 3

File last modified last week.

msoLastModifiedThisMonth 6

File last modified this month.

msoLastModifiedThisWeek 4

File last modified this week.

msoLastModifiedToday 2

File last modified today.

msoLastModifiedYesterday 1

File last modified yesterday.

Applies to