CopyCommandDateFormat 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.
Dateformat supported for copy command.
public enum CopyCommandDateFormat
type CopyCommandDateFormat =
Public Enum CopyCommandDateFormat
- Inheritance
-
CopyCommandDateFormat
Fields
Name | Value | Description |
---|---|---|
mdy | 0 | Month day year. |
dmy | 1 | Day month year. |
ymd | 2 | Year month day. |
ydm | 3 | Year day month. |
myd | 4 | Month year day. |
dym | 5 | Day year month. |