'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Function ConvertKindToLocal( _ ByVal oldValue As System.Date _ ) As System.Date
'Usage
Dim oldValue As System.Date Dim value As System.Date value = DateTimeExtensions.ConvertKindToLocal(oldValue)
[System.Runtime.CompilerServices.Extension()] public static System.DateTime ConvertKindToLocal( System.DateTime oldValue )
Parameters
- oldValue
- The DateTime which should be converted
Return Value
The new DateTime converted to local time