Click or drag to resize
DateTimeHelperIsNowOrToday Method
Returns true, if the given value is ##NOW## or ##TODAY## macro

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsNowOrToday(
	string value
)

Parameters

value
Type: SystemString
Value to check

Return Value

Type: Boolean
See Also