'DeclarationPublic Overloads Shared Function Exists( _ ByVal timeName As System.String _ ) As System.Boolean
'UsageDim 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.