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

TIME\_OF\_DAY type parser.

## Static Field: DEFAULT
Type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.TimeOfDay`
Description: Default value, `TOD#0:0:0.0`.

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

Description: Retrieve the raw TIME\_OF\_DAY 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.TimeOfDay`

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

