Click or drag to resize

DateTimeToolsConverToUtcTimeForLuceneQuery Method

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


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool ConverToUtcTimeForLuceneQuery(
	string dt,
	string formatWithOutHour,
	string formatWithHour,
	out DateTime minValue,
	out DateTime maxValue
)

Parameters

dt  String
 
formatWithOutHour  String
 
formatWithHour  String
 
minValue  DateTime
 
maxValue  DateTime
 

Return Value

Boolean

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

See Also