Desktop Functions: Smart Device Functions:
|
StrFromTimeInterval (shlwapi)
C# Signature:[DllImport("Shlwapi.dll", CharSet = CharSet.Auto)] static extern int StrFromTimeInterval([MarshalAs(UnmanagedType.LPWStr)] StringBuilder buffer, uint bufferSize, uint milliSeconds, int digits); VB Signature:
Declare Function StrFromTimeInterval Lib "Shlwapi.dll" (TODO) As TODO User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:None. Tips & Tricks:Please add some! Sample Code:public static string ToStrFormatTimeSpan(this TimeSpan timeSpan, int digits) {
StringBuilder sb = new StringBuilder(); } Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|