Using chilkat.SYSTEMTIME in Python
Demonstrates how to create and populate a chilkat. SYSTEMTIME object in Python. import sys import chilkat email = chilkat.CkEmail() sysTime = chilkat.SYSTEMTIME(); # The SYSTEMTIME structure has the following members: # wYear (such as 2011) # wMonth (1 = January, 12 = December) # wDayOfWeek (0 to 6, where 0 = Sunday 1 = Monday, … 6 = Sunday) # […]