GeoEco.Types.DateTimeTypeMetadata

class GeoEco.Types.DateTimeTypeMetadata(minValue=None, mustBeGreaterThan=None, maxValue=None, mustBeLessThan=None, canBeNone=False, allowedValues=None)

Bases: TypeMetadata

Metadata specifying that a value must be a datetime.datetime, a date with a time.

Properties

property AllowedValues

None

property ArcGISAssembly

None

property ArcGISDataTypeDict

None

property ArcGISDomainDict

None

property ArcGISType

None

property CanBeArcGISInputParameter

None

property CanBeArcGISOutputParameter

None

property CanBeNone

None

property MaxValue

None

property MinValue

None

property MustBeGreaterThan

None

property MustBeLessThan

None

property PythonType

None

property PythonTypeDescription

None

property SphinxMarkup

None

Methods

DependenciesAreNeededForValue

GetArcGISOutputParameterStringForValue

GetConstraintDescriptionStrings

ParseDatetimeFromString

ParseValueFromArcGISInputParameterString

ValidateValue