DataMigrationDateMode 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 how dates are handled when exporting and importing data.
public enum class DataMigrationDateMode
public enum DataMigrationDateMode
type DataMigrationDateMode =
Public Enum DataMigrationDateMode
- Inheritance
-
DataMigrationDateMode
Fields
Name | Value | Description |
---|---|---|
Absolute | 0 | Dates are not modified between export and import. |
Relative | 1 | Dates are moved forward by the number of weeks since they were exported. |