Hello Members,
Hope you are doing good!!
Here i am trying to print the date and time with time zone, But not getting the time zone..
public static String GetTimestamp(DateTime value)
{
return string.Format("{0:MMM-dd-yyyy hh:mm tt}", value);
}
Besides to Time stamp we need to get the time zone...
Can any one guide me here...
Thank you in advance!!