Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.48 KB

File metadata and controls

21 lines (16 loc) · 1.48 KB

extremecloudiq.model.xiq_date_time_type.XiqDateTimeType

The end date and time

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The end date and time

Dictionary Keys

Key Input Type Accessed Type Description Notes
month decimal.Decimal, int, decimal.Decimal, The month value must be a 32 bit integer
year decimal.Decimal, int, decimal.Decimal, The year value must be a 32 bit integer
minute_of_hour decimal.Decimal, int, decimal.Decimal, The minute of the hour value must be a 32 bit integer
day_of_month decimal.Decimal, int, decimal.Decimal, The day of month value must be a 32 bit integer
hour_of_day decimal.Decimal, int, decimal.Decimal, The 24-hour format hour of day value must be a 32 bit integer
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]