new TimeStamp()
METHODS
-
compareIncisorVersionSets(firstVersionSetName, secondVersionSetName) returns {string}
-
Compares the names of two Incisor® version sets and returns a string describing their relationship ("lessThan","equal", or "greaterThan").
Parameters:
Name Type Attributes Default Description firstVersionSetNamestring The first Incisor® version set name to compare.
secondVersionSetNamestring The second Incisor® version set name to compare.
Returns:
string -
compareTimestamps(firstTimestamp, secondTimestamp) returns {string}
-
Compares two timestamps and returns a string describing their relationship ("lessThan","equal", or "greaterThan").
Parameters:
Name Type Attributes Default Description firstTimestampstring The first timestamp to compare.
secondTimestampstring The second timestamp to compare.
Returns:
string -
getTimeStamp(includeMilliseconds) returns {string}
-
Produces the current time in the Incisor® standardized time stamp format: YYYY.MM.DD.hh.mm.ss(.mmmm)
Parameters:
Name Type Attributes Default Description includeMillisecondsboolean A boolean indicating if the timestamp will include milliseconds.
Returns:
string