AP&C API Reference
Public Member Functions | Protected Member Functions | Properties | List of all members
Apac.Data.DateRange Class Reference

Models a contiguous range of dates and/or times. More...

Inheritance diagram for Apac.Data.DateRange:

Public Member Functions

 DateRange (DateTime mark, DateTime post)
 
void Bump (TimeSpan advanceInterval)
 
bool IsWithinWindow (DateTime timestamp)
 
override string ToString ()
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 

Protected Member Functions

 DateRange (SerializationInfo info, StreamingContext context)
 

Properties

DateTime Mark [get]
 The starting point of the date range. More...
 
DateTime Post [get]
 The end mark (post) of the date range in time. More...
 
TimeSpan Span [get]
 

Detailed Description

Models a contiguous range of dates and/or times.

Property Documentation

◆ Mark

DateTime Apac.Data.DateRange.Mark
get

The starting point of the date range.

◆ Post

DateTime Apac.Data.DateRange.Post
get

The end mark (post) of the date range in time.


The documentation for this class was generated from the following file: