Learn R Programming

PTXQC (version 1.0.11)

MzQCDateTime-class: An mzQC-formatted date+time, as required by the mzQC spec doc

Description

The format is "

Arguments

Fields

datetime

A correctly formatted date time (use as read-only)

Examples

Run this code
# NOT RUN {
   dt1 = MzQCDateTime$new("1900-01-01")
   dt2 = MzQCDateTime$new(Sys.time())
   ## test roundtrip conversion from/to JSON
   dt2$fromData(jsonlite::fromJSON(jsonlite::toJSON(dt1)))
   
# }

Run the code above in your browser using DataLab