Determines whether a given local time value is weakly valid in OPC Unified Architecture.
Syntax
[Pure()]
public static bool IsValidTimeWeakLocal(
DateTime
)
[Pure()]
public:
static bool IsValidTimeWeakLocal(
DateTime
)
'Declaration
<PureAttribute()>
Public Shared Function IsValidTimeWeakLocal( _
ByVal As Date _
) As Boolean
'Usage
Dim time As Date
Dim value As Boolean
value = UAUtilities.IsValidTimeWeakLocal(time)
Parameters
- time
- The local time to be tested.
Return Value
true
if is a valid time; false
otherwise.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also