getCurrentMillisecondCount function

int getCurrentMillisecondCount()

Implementation

int getCurrentMillisecondCount(
    )
{
    return DateTime.now().millisecondsSinceEpoch;
}