Walter.Web.FireWall
TryGetUtcDate Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure Namespace > FireWallExtensions Class : TryGetUtcDate Method
The session.
The key to query.
The UTC date.
Tries to get the get UTC date from the session.
Syntax
public static bool TryGetUtcDate( 
   ISession session,
   string key,
   out DateTime utcDate
)

Parameters

session
The session.
key
The key to query.
utcDate
The UTC date.

Return Value

true if XXXX, false otherwise.
Exceptions
ExceptionDescription
If session or key are not provided
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FireWallExtensions Class
FireWallExtensions Members