IXTLRuntime.formatTime(Object, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.InteropServices.DispId(195)]
public string formatTime (object varTime, string bstrFormat, object varDestLocale);
[<System.Runtime.InteropServices.DispId(195)>]
abstract member formatTime : obj * string * obj -> string
Public Function formatTime (varTime As Object, bstrFormat As String, Optional varDestLocale As Object) As String
Parameters
- varTime
- Object
- bstrFormat
- String
- varDestLocale
- Object
Returns
- Attributes