Skip to main content
A newer version of this page is available.
All docs
V18.2

Date and Time Properties in Domain Components

The example below illustrates how to implement Date and Time Properties in a Domain Component interface.

DateTime DateTimeProperty { get; set; }
DateTime? DateTimeNullableProperty { get; set; }
TimeSpan TimeSpanProperty { get; set; }