Click or drag to resize

DateTimeToolsIsDateTimeWithSpecificFormat Method

[Missing <summary> documentation for "M:Casewhere.Common.DateTimeTools.IsDateTimeWithSpecificFormat(System.String,System.String[])"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsDateTimeWithSpecificFormat(
	string dt,
	params string[] dtFormats
)

Parameters

dt  String
 
dtFormats  String
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Common.DateTimeTools.IsDateTimeWithSpecificFormat(System.String,System.String[])"]

See Also