DateUtilsIsFloatingFormat Method
This method is used to see if an ISO 8601 formatted date string is in floating format (a universal
time indicator or time zone offset is not specified).
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public static bool IsFloatingFormat(
string dateTimeText
)
Public Shared Function IsFloatingFormat (
dateTimeText As String
) As Boolean
public:
static bool IsFloatingFormat(
String^ dateTimeText
)
static member IsFloatingFormat :
dateTimeText : string -> bool
- dateTimeText String
- The ISO 8601 formatted date to parse
BooleanReturns true if the date/time has no universal time indicator (Z) or time zone offset
(+/-HHMM) or if it has no time (assumes midnight local time). Returns false if there is a universal
time indicator or a time zone offset.