Namespace System.DateTime
Codeunit
| Name | Summary |
|---|---|
| Codeunit System.DateTime."Time Zone" | Codeunit that provides data on offsets and daylight saving time for a time zone. |
| Codeunit System.DateTime."Unix Timestamp" | |
| Codeunit System.DateTime."Recurrence Schedule" | Calculates when the next event will occur. Events can recur daily, weekly, monthly or yearly. |
| Codeunit System.DateTime."Time Zone Selection" | Provides basic functionality to lookup page for Time zones. |
Page
| Name | Summary |
|---|---|
| Page System.DateTime."Date-Time Dialog" | Dialog for entering Date or DateTime values. |
| Page System.DateTime."Recurrence Schedule Card" | Allows users to view and edit existing recurrence schedules. |
| Page System.DateTime."Time Zones Lookup" | List page that contains all Time zones. |
Enum
| Name | Summary |
|---|---|
| Enum System.DateTime."Recurrence - Day of Week" | This enum has the day of the week for which the recurrence will occur. |
| Enum System.DateTime."Recurrence - Month" | This enum has the months during which the recurrence will occur. |
| Enum System.DateTime."Recurrence - Monthly Pattern" | This enum has the monthly occurrence patterns for the recurrence. |
| Enum System.DateTime."Recurrence - Ordinal No." | This enum has the ordinal numbers for which the recurrence will occur. |
| Enum System.DateTime."Recurrence - Pattern" | This enum has the occurrence patterns for the recurrence. |