Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool IsDateNewerByOneSecond(
DateTime newerDate,
DateTime olderDate
)
public static bool IsDateNewerByOneSecond(
DateTime newerDate,
DateTime olderDate
)
Public Shared Function IsDateNewerByOneSecond (
newerDate As DateTime,
olderDate As DateTime
) As Boolean
Public Shared Function IsDateNewerByOneSecond (
newerDate As DateTime,
olderDate As DateTime
) As Boolean
public:
static bool IsDateNewerByOneSecond(
DateTime newerDate,
DateTime olderDate
)
public:
static bool IsDateNewerByOneSecond(
DateTime newerDate,
DateTime olderDate
)
static member IsDateNewerByOneSecond :
newerDate : DateTime *
olderDate : DateTime -> bool
static member IsDateNewerByOneSecond :
newerDate : DateTime *
olderDate : DateTime -> bool
Return Value
Type:
Boolean