DateTimeUtilsRenderLocal Method |
Renders UTC time to localized string (dependent on culture settings
of current thread)
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string RenderLocal(
DateTime time
)
Parameters
- time
- Type: SystemDateTime
UTC time
Return Value
Type:
StringReadable time string
See Also