Codeunit 3003 DotNet_DateTime in 19
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CreateUTC | (Integer, Integer, Integer, Integer, Integer, Integer) | public | - | |
| TryParse | (Text, Codeunit DotNet_CultureInfo, Codeunit DotNet_DateTimeStyles) | Boolean | public | - |
| TryParseExact | (Text, Text, Codeunit DotNet_CultureInfo, Codeunit DotNet_DateTimeStyles) | Boolean | public | - |
| DateTime | (Integer) | public | - | |
| DateTime | (Integer, Integer, Integer) | public | - | |
| Day | () | Integer | public | - |
| Month | () | Integer | public | - |
| Year | () | Integer | public | - |
| Hour | () | Integer | public | - |
| Minute | () | Integer | public | - |
| Second | () | Integer | public | - |
| Millisecond | () | Integer | public | - |
| IsDaylightSavingTim | () | Boolean | public | - |
| ToString | (Codeunit DotNet_DateTimeFormatInfo) | Text | public | - |
| ToDateTime | () | DateTime | public | - |
| GetDateTime | (var DotNet DateTime) | public | - | |
| SetDateTime | (DotNet DateTime) | public | - |