Date Conversion (Date to DateOnly) |
Converts a date into a standard date-only struct.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic static explicit operator DateOnly (
Date d
)
Parameters
- d Date
- The date to convert.
Return Value
DateOnlyThe date only standard representation of this date.
See Also