Back to Aurora Vision Studio website
You are here: Start » Filter Reference » System » Time » MakeDateTime_Deprecated
| Module: | FoundationLite |
|---|
Returns a valid DateTimeDeprecated object completed with the input parameters.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inYear | Integer | 1970 - ![]() |
Year |
![]() |
inMonth | Integer | 1 - 12 | Month |
![]() |
inDayOfMonth | Integer | 1 - 31 | Day of the month |
![]() |
inHour | Integer | 0 - 23 | Hour |
![]() |
inMinutes | Integer | 0 - 59 | Minutes |
![]() |
inSeconds | Integer | 0 - 60 | Seconds |
![]() |
outDateTime | DateTimeDeprecated | Completed DateTimeDeprecated object | |
Description
This filter can be used to create a DateTimeDeprecated object based on the provided date and time data. The DayOfWeek, DayOfYear, TimezoneOffset, DaylightSaving and UnixTime fields of outDateTime will be automatically filled with correct values.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Invalid input data given to MakeDateTime_Deprecated. |
Complexity Level
This filter is available on Basic Complexity Level.

Basic

