public class TimeHelper
extends java.lang.Object
| Constructor and Description |
|---|
TimeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatTimeStamp(long timeStamp)
Format the specified time stamp to string using JMeter properties.
|
static java.lang.String |
formatTimeStamp(long timeStamp,
java.lang.String format)
Format the specified time stamp to string using the format.
|
static java.lang.String |
time(long t) |
public static java.lang.String time(long t)
public static java.lang.String formatTimeStamp(long timeStamp)
timeStamp - the time stamppublic static java.lang.String formatTimeStamp(long timeStamp,
java.lang.String format)
timeStamp - the time stampformat - the formatCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.