Skip to main content

Properties

Constructor

C#
1
2
3
public DateRange(DateTime from, DateTime to) { }

Validation

Examples

C#
1
2
3
4
5
// Get the field value as a DateRange instance. DateRange filmingPeriod = movieEntry.Get<DateRange>("filmingPeriod"); // Get the field value as a dynamic object (ExpandoObject). dynamic filmingPeriod = movieEntry.Get("filmingPeriod");
C#
1
2
// Set the field value. movie.Set("filmingPeriod", filmingPeriod);

Still need help?

New support request