What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

TimeStamp()

Object housing functionality for time stamps, the Incisor® standardized format for date and time. [NON-INSTANTIABLE] [REQUIREMENT: optional code module - 'timeStamp']

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
firstVersionSetName string    

The first Incisor® version set name to compare.

secondVersionSetName string    

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
firstTimestamp string    

The first timestamp to compare.

secondTimestamp string    

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
includeMilliseconds boolean    

A boolean indicating if the timestamp will include milliseconds.

Returns:
string