DataFunctions.Time Method
The Time method converts a Date Variant to a string expression of the time. If successful, Time returns the string expression of the specified time value; otherwise, Null.
Syntax
DataFunctions.Time(Time, Locale)
Parameters
- Time
- Date Variant. The time value to convert.
- Locale
- Optional. This number specifies the locale to use to convert the time to a string. For a list of valid locale values, see Hexadecimal Locale Identifiers. If this parameter is not specified, the value of the DataFunctions object's Locale parameter is used.
Related Topics
© 1997-2000 Microsoft Corporation. All rights reserved.