C# Class Argentini.Halide.H3Temporal.DateRangeStruct

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

Public Properties

Property Type Description
endDate System.DateTime
startDate System.DateTime

Property Details

endDate public_oe property

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

startDate public_oe property

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