DataMigrationDateMode Enum

Definition

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

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.

Applies to