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

DATE\_AND\_TIME type parser.

## Static Field: DEFAULT
Type: `com.pnfsoftware.jeb.core.units.code.simatic.S7.DateAndTime`
Description: Default value, `DT#1990-1-1-0:0:0.0`.

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

Description: Retrieve the raw DATE\_AND\_TIME value.
return: raw value

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


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

Description: Create a DATE\_AND\_TIME value from its raw representation.
parameter: raw: raw DATE\_AND\_TIME value
return: DATE\_AND\_TIME value

