[TIBCO.EMS .NET client library 6.0 documentation]

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

[ObsoleteAttribute("Please write your own helper function to perform this task.")]
public static string GetTimeName(
	long timestamp
)
<ObsoleteAttribute("Please write your own helper function to perform this task.")> _
Public Shared Function GetTimeName ( _
	timestamp As Long _
) As String
[ObsoleteAttribute(L"Please write your own helper function to perform this task.")]
public:
static String^ GetTimeName(
	long long timestamp
)

Parameters

timestamp
Type: System..::.Int64

Remarks

Time expressed in UTC

See Also