public class Age extends Object
Used by certain Panasonic cameras which have face recognition features.
| Constructor and Description |
|---|
Age(int years,
int months,
int days,
int hours,
int minutes,
int seconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Age |
fromPanasonicString(String s)
Parses an age object from the string format used by Panasonic cameras:
0031:07:15 00:00:00 |
int |
getDays() |
int |
getHours() |
int |
getMinutes() |
int |
getMonths() |
int |
getSeconds() |
int |
getYears() |
int |
hashCode() |
String |
toFriendlyString() |
String |
toString() |
public Age(int years,
int months,
int days,
int hours,
int minutes,
int seconds)
public static Age fromPanasonicString(String s)
0031:07:15 00:00:00s - The String in format 0031:07:15 00:00:00.public int getYears()
public int getMonths()
public int getDays()
public int getHours()
public int getMinutes()
public int getSeconds()
public String toFriendlyString()
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.