[This is preliminary documentation and is subject to change.]

Gets the time stamp with the specified long integer value. If the time stamp cannot be found, this method returns null.

Namespace: Clarion
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public static TimeStamp GetTimeStamp(
	long t
)

Parameters

t
Type: System..::..Int64
The long integer value of the time stamp to get

Return Value

The time stamp with the specified long integer value or null if the time stamp cannot be found

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf the singleton world instance has not been initialized

See Also