'Declaration
Public Overloads Shared Function Exists( _ ByVal timeName As System.String _ ) As System.Boolean
'Usage
Dim timeName As System.String Dim value As System.Boolean value = NamedTime.Exists(timeName)
public static System.bool Exists( System.string timeName )
Parameters
- timeName
- Time Name.
Return Value
True if the NamedTime exists.