This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Date Function Example
This example uses the
Date function to return the current system date.
Dim MyDate
MyDate = Date
' MyDate contains the current system date.