Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TimeVB6 では、関数によって返される変数の型は何ですか?
Time
Dim x x = Time
デフォルトではバリアントであることは知っていますが、これの最後にx追加したいと思います。As FooBarFooBar とはどのような型ですか?
x
As FooBar
ありがとう
マニュアルに明確に記載されているように:
現在のシステム時刻を示す Variant (日付) を返します。