Convenience method for returning a time interval covering a complete
calendar day. The start date is expressed in local time.
Namespace: Apptus.ESales.Connector.Time
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static TimeInterval Day( int year, Month month, int day )
Parameters
- year
- Type: SystemInt32
- month
- Type: Apptus.ESales.Connector.TimeMonth
- day
- Type: SystemInt32
Return Value
Type: TimeIntervalSee Also