SRSReportParameter.isUtcDateTimeFormat Method [AX 2012]

Determines whether a string value represents a UtcDateTime value.

Syntax

private boolean isUtcDateTimeFormat(str value)

Run On

Called

Parameters

  • value
    Type: str
    The value to check.

Return Value

Type: boolean
true if the value is a utcDateTime value; otherwise, false.

Remarks

Note that this method can be used only when the property of the typeOfDataType parameter equals the Types::UtcDateTime enumeration value. The parameter value will contain the letter T only if the string is in the form of a UtcDateTime value, example yyyy-mm-ddThh:mm:ss.

See Also

Reference

SRSReportParameter Class