Re: Date type in win32com?

2008-08-27 Thread Tim Golden

Haeyoung Kim wrote:

Hi.

I'm migrating a VBScript into python.

How should I convert Date type parameter in VBScript's COM interface
with win32com?

I couldn't find any answer yet...


Could you give an example of code you're trying
to translate? Normally it's quite simple, but
different subsystems can expect different date
values. (Such as the notorious number-of-100-ns-
intervals-since-01-jan-1601).

TJG
--
http://mail.python.org/mailman/listinfo/python-list


Re: Date type in win32com?

2008-08-27 Thread Gabriel Genellina
En Tue, 26 Aug 2008 08:53:40 -0300, Haeyoung Kim [EMAIL PROTECTED]  
escribi�:



I'm migrating a VBScript into python.

How should I convert Date type parameter in VBScript's COM interface
with win32com?


Look for PyTime in the pywin32 documentation.


--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Date type in win32com?

2008-08-26 Thread Haeyoung Kim
Hi.

I'm migrating a VBScript into python.

How should I convert Date type parameter in VBScript's COM interface
with win32com?

I couldn't find any answer yet...

Thank you in advance.
--
http://mail.python.org/mailman/listinfo/python-list