MCPcopy Index your code
hub / github.com/oshi/oshi / getWeek

Method getWeek

oshi-core/src/main/java/oshi/util/EdidUtil.java:106–109  ·  view source on GitHub ↗

Return the week of year of manufacture @param edid The EDID byte array @return The week of year

(byte[] edid)

Source from the content-addressed store, hash-verified

104 * @return The week of year
105 */
106 public static byte getWeek(byte[] edid) {
107 // Byte 16 is manufacture week
108 return edid[16];
109 }
110
111 /**
112 * Return the year of manufacture

Callers 2

testGetEdidAttrsMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by 1

testGetEdidAttrsMethod · 0.76