full_date property

StructuredDocumentTag.full_date property

Specifies the full date and time last entered into this SDT.

@property
def full_date(self) -> datetime.datetime:
    ...

@full_date.setter
def full_date(self, value: datetime.datetime):
    ...

Remarks

Accessing this property will only work for SdtType.DATE SDT type.

For all other SDT types exception will occur.

See Also