Time

Time values can be expressed as any of the following:

§   Javascript Date object

§   VT_DATE

Note: DateTime (e.g. in JavaScript) is automatically converted to VT_DATE.

·          _time_t
Int or long values representing the number of seconds elapsed since 00:00:00 on January 1, 1971, Coordinated Universal Time.

·          double
Double values representing the number of milliseconds elapsed since 00:00:00 on January 1, 1971, Coordinated Universal Time.

§   C# DateTime object.