Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date and time format.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPDateFormat
Dim instance As SPDateFormat
public enum SPDateFormat
Members
| Member name | Description | |
|---|---|---|
| DateTime | Specifies that both date and time are included. | |
| DateOnly | Specifies that only the date is included. | |
| TimeOnly | Specifies that only time is included. | |
| ISO8601 | ISO8601 time format YYYY-MM-DDTHH:MM:SSZ. | |
| MonthDayOnly | Specifies that only the month and day are included. |