Uses of Class
com.mdfromhtml.core.MDfromHTMLDate
-
Packages that use MDfromHTMLDate Package Description com.mdfromhtml.core -
-
Uses of MDfromHTMLDate in com.mdfromhtml.core
Fields in com.mdfromhtml.core declared as MDfromHTMLDate Modifier and Type Field Description static MDfromHTMLDateMDfromHTMLDate. UNDEFINED_MDfromHTMLDateAn undefined version of this object.Methods in com.mdfromhtml.core that return MDfromHTMLDate Modifier and Type Method Description MDfromHTMLDateMDfromHTMLDate. clone()MDfromHTMLDateMDfromHTMLDuration. getEndDate()MDfromHTMLDateMDfromHTMLDuration. getStartDate()static MDfromHTMLDateMDfromHTMLDate. MAX_VALUE()static MDfromHTMLDateMDfromHTMLDate. MIN_VALUE()static MDfromHTMLDateMDfromHTMLDate. undefinedForNull(MDfromHTMLDate date)Converts the inputMDfromHTMLDate to an undefinedMDfromHTMLDate if the inputMDfromHTMLDate is null.Methods in com.mdfromhtml.core with parameters of type MDfromHTMLDate Modifier and Type Method Description intMDfromHTMLDate. compareTo(MDfromHTMLDate date)Compares this date with the supplied date and returns -1 if this date is less than the supplied date, 0 if equal, or 1 if greater than the supplied date.longMDfromHTMLDate. elapsedTime(MDfromHTMLDate dateFrom)Calculate the number of elapsed milliseconds between the supplied date and this date.static longMDfromHTMLDate. elapsedTime(MDfromHTMLDate dateStart, MDfromHTMLDate dateEnd)static booleanMDfromHTMLDate. isUndefined(MDfromHTMLDate date)Tests for equality to the UNDEFINED_MDfromHTMLDate which is one millisecond after the epoch date (midnight 1/1/1970 GMT).voidMDfromHTMLDuration. setDuration(MDfromHTMLDate dateStart, MDfromHTMLDate dateEnd)Set the start and end dates for this duration.voidMDfromHTMLDuration. setEndDate(MDfromHTMLDate endDate)Set the end date for this duration.voidMDfromHTMLDuration. setStartDate(MDfromHTMLDate startDate)Set the start date for this duration.static MDfromHTMLDateMDfromHTMLDate. undefinedForNull(MDfromHTMLDate date)Converts the inputMDfromHTMLDate to an undefinedMDfromHTMLDate if the inputMDfromHTMLDate is null.Constructors in com.mdfromhtml.core with parameters of type MDfromHTMLDate Constructor Description MDfromHTMLDuration(String strName, MDfromHTMLDate dateStart, MDfromHTMLDate dateEnd)Construct a well formedMDfromHTMLDuration
-