C# Class Argentini.Halide.H3Temporal.DateRangeStruct

Struct used to define the return value format for the DateRange method.
Afficher le fichier Open project: argentini/Halide

Méthodes publiques

Свойство Type Description
endDate System.DateTime
startDate System.DateTime

Property Details

endDate public_oe property

End Date is the second element.
public DateTime,System endDate
Résultat System.DateTime

startDate public_oe property

Start Date is the first element.
public DateTime,System startDate
Résultat System.DateTime