Converts a dtu object to its dtdb equivalent.
dtdb
Syntax
dtdb dtu.DtuToDtdb()
Returns
The dtdb type equivalent of the dtu value.
dtu
Remarks
This is the method to use when you need to add a dtu value to a reference table.
Sample
dtuSample.rfsvar c = dtu.Now().DtuToDtdb();
dtuSample.rfs
var c = dtu.Now().DtuToDtdb();
dtu.Now().DtuToDtdb()
2015.08.10 10:0:11 Utc (Dtdb)
Figure 367. The trace message output of the script above
Related links
Search Highlighter (On/Off)