DateTimeExtensionsOverlayTimeIfValid Method

Definition

Namespace: Ignition.Utility.Extensions
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static DateTime? OverlayTimeIfValid(
	this DateTime? date,
	string timeToOverlay
)

Parameters

date  NullableDateTime
 
timeToOverlay  String
 

Return Value

NullableDateTime

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NullableDateTime. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also