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
Type: SystemString

[Missing <param name="dt"/> documentation for "M:Casewhere.Common.DateTimeTools.IsDateTimeWithSpecificFormat(System.String,System.String[])"]

dtFormats
Type: SystemString

[Missing <param name="dtFormats"/> documentation for "M:Casewhere.Common.DateTimeTools.IsDateTimeWithSpecificFormat(System.String,System.String[])"]

Return Value

Type: Boolean

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

See Also