Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.06 KB

data-source--timezone.md

File metadata and controls

23 lines (11 loc) · 1.06 KB

Contentment for Umbraco logo

Contentment for Umbraco

Data Sources

.NET Time Zones (UTC)

This data-source will use all the time zones available in the .NET Framework to populate the items of a compatible editor, e.g. Data List.

How to configure the editor?

In your new Data Type, selected the [Contentment] Data List option and then the .NET Time Zones (UTC) Data source. You will see the following configuration fields.

Configuration Editor for Data List - empty state

Please see the Data List editor page for more information on the List editor options.

What is the value's object-type?

The value of the editor will always be an instance of the System.TimeZoneInfo class but depending on the List editor used, this may be wrapped in a List<System.TimeZoneInfo>.