extract_msg.structures.system_time Module
Module contents
- class extract_msg.structures.system_time.SystemTime(data: bytes | None = None)[source]
Bases:
object
A SYSTEMTIME struct, as defined in [MS-DTYP].
- property day: int
- property dayOfWeek: int
- property hour: int
- property milliseconds: int
- property minute: int
- property month: int
- property second: int
- property year: int