Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public DateTime GetNextDateTime( string actingUserName, string period, DateTime time, int day, int date )
Parameters
- actingUserName
- Type: SystemString
- period
- Type: SystemString
- time
- Type: SystemDateTime
- day
- Type: SystemInt32
- date
- Type: SystemInt32
Return Value
Type: DateTimeImplements
IAccountingServiceGetNextDateTime(String, String, DateTime, Int32, Int32)See Also