Android Utililty Methods Calendar to Long Convert

List of utility methods to do Calendar to Long Convert

Description

The list of methods to do Calendar to Long Convert are organized into topic(s).

Method

LongCalendarTolong(Calendar c)
Calendar Tolong
if (c != null)
    return c.getTimeInMillis();
return null;