C# Class Argentini.Halide.H3Temporal.DateRangeStruct

Struct used to define the return value format for the DateRange method.
Show file Open project: argentini/Halide

Public Properties

Property Type Description
endDate System.DateTime
startDate System.DateTime

Property Details

endDate public property

End Date is the second element.
public DateTime,System endDate
return System.DateTime

startDate public property

Start Date is the first element.
public DateTime,System startDate
return System.DateTime