Converts a variant date/time value to Unix timestamp
$variant
Converts variant from a VT_DATE (or similar) value into a Unix timestamp. This allows easier interopability between the Unix-ish parts of PHP and COM.
variant
VT_DATE
The variant.
Returns a unix timestamp, or null on failure.
null