Determines whether the time represented by the given DateTime is based on an unspecified time zone.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean datetime.isunspecifiedtimezone(datetime dt)

Parameters

Name Data Type Description
dt DateTime A DateTime.

Return Value

Data Type Description
Boolean Returns true if the time zone of the given DateTime is unspecified or false if the given DateTime is based on local or universal time.

Expand image Example

SXML