The Timestamp class represents the Timestamp.
Clone | Creates a copy of the object. |
GetValue | Gets the value as VARIANT of type VT_DATE. |
LocalTimeToUtc | If Timestamp is local time - converts it to UTC and returns new object. |
SetValue | Sets the value from VARIANT of type VT_DATE. |
UtcToLocalTime | If Timestamp is UTC - converts it to a local time and returns new object. |
Day | Day. |
Fraction | Fraction in nanoseconds. |
Hour | Hour. |
Minute | Minute. |
Month | Month. |
Second | Second. |
Year | Year. |