Click or drag to resize
FilterStateGetDateTime Method
Retrieves a DateTime value from the filter state.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public DateTime GetDateTime(
	string name,
	DateTime defaultValue = null
)

Parameters

name
Type: SystemString
The name associated with the value to retrieve.
defaultValue (Optional)
Type: SystemDateTime
The default value that will be returned if state doesn't contain value for specified name.

Return Value

Type: DateTime
The DateTime value associated with the specified name.
See Also