Cast an existing Date value to a .NET Nullable Date with a DateTimeKind of 'UTC' without affecting the date but removing the time.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| value |
Date |
|
|
The Date value. |
Return Value
Date?
A Nullable Date value.
- Member of:
- ISDateUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0