# Class: com.pnfsoftware.jeb.core.units.code.simatic.S7.Time

TIME type parser.

## Static Field: DEFAULT
Type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.Time`
Description: Default value, `T#0MS`.

## Method: getRawValue
- return type: `int`

Description: Retrieve the raw TIME value.
return: raw value

## Method: toString
- return type: `java.lang.String`


## Static Method: create
- parameter: `raw`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.Time`

Description: Create a TIME value from its raw representation.
parameter: raw: raw TIME value
return: TIME value

