Bases: pyds.Scalar
Represents a PDS date value.
year (int)
month (None or int)
If None, then day is interperated as the day of the year instead of as the day of the month, and Date serialized in ‘day-of-year’ format.
day (int)
The day of the month if month is not None. Otherwise it’s the day of the year.
int. Read-only.
None or int. Read-only.
Day of year if month is None. Otherwise, day of the month of month month. int. Read-only.
Special Methods
Return a PDS serialized string (str) representing the object.
Called by str().