TimeStampStyle.from constructor

TimeStampStyle.from(
  1. String value
)

Create instance of TimeStampStyle from value

Implementation

TimeStampStyle.from(String value) : super(value);