Check if a date is greater than today

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Shared Function DateGreaterThanToday ( _
	firstDate As String _
) As Boolean
C#
public static bool DateGreaterThanToday (
	string firstDate
)
Visual C++
public:
static bool DateGreaterThanToday (
	String^ firstDate
)

Parameters

firstDate
System.String
The date to check

Return Value

True if the date is greater that today (ie. at least the day of tomorrow)