Completion of simple filetime conversion

This commit is contained in:
Bwhit1 2017-06-11 20:05:30 -04:00
parent 003e076b00
commit ae38bb0927
2 changed files with 10 additions and 5 deletions

View file

@ -2268,7 +2268,7 @@ const OperationConfig = {
outputType: "string",
args: [
{
name: "Units",
name: "Output Units",
type: "Option",
value: DateTime.UNITS
}
@ -2281,7 +2281,7 @@ const OperationConfig = {
outputType: "string",
args: [
{
name: "Units",
name: "Input Units",
type: "Option",
value: DateTime.UNITS
}