DateTimeUtilsRenderLocal Method |
Renders UTC time to localized string (dependent on culture settings
of current thread)
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string RenderLocal(
DateTime time
)
Parameters
- time
- Type: SystemDateTime
UTC time
Return Value
Type:
StringReadable time string
See Also