RollingFlatFileSink.StreamWriterRollingHelper.NextRollDateTime Property
Applies to: Semantic Logging 2.0
Gets the next date when date based rolling should occur if configured.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.TextFile (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.TextFile.dll) Version: 2.0.1406.1
Syntax
public Nullable<DateTime> NextRollDateTime { get; }
'Declaration
Public ReadOnly Property NextRollDateTime As Nullable(Of DateTime)
Get
Property Value
Type: Nullable<DateTime>
The next date when date based rolling should occur if configured.
See Also
RollingFlatFileSink.StreamWriterRollingHelper Class
RollingFlatFileSink.StreamWriterRollingHelper Members
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace