DateAndOrTime   Conversion Operators

Overload List

(DateOnly to DateAndOrTime) Defines an implicit conversion of a DateOnly value to a DateAndOrTime object.
(DateTime to DateAndOrTime) Defines an implicit conversion of a DateTime value to a DateAndOrTime object.
(DateTimeOffset to DateAndOrTime) Defines an implicit conversion of a DateTimeOffset value to a DateAndOrTime object.
(String to DateAndOrTime) Defines an implicit conversion of a String to a DateAndOrTime object.
(TimeOnly to DateAndOrTime) Defines an implicit conversion of a TimeOnly value to a DateAndOrTime object.

See Also