MsoLastModified Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |