DateTimeWithZone.DaysPastEpoch PropertyDateTimeWithZone.DaysPastEpoch PropertyDateTimeWithZone::DaysPastEpoch Property

Gets the number of complete days past the epoch (0001-01-01T00:00:00).

Syntax

Public ReadOnly Property DaysPastEpoch As Long
        Get
public long DaysPastEpoch { get; }
public:
property long DaysPastEpoch {
    long get();
}
 

Property Value

Type: System.Int64System.Int64System::Int64

The number of complete days past the epoch (0001-01-01T00:00:00).