disguise developers

Designer Plugins

Plugins for Disguise Designer software.

FilesystemDateStamp

Date and time stamp based on year zero epoch, with millisecond resolution

Notes:

Category: Utility

Base class: _BlipValue

Subclasses: DateStamp

Properties

date : int

durationInSeconds : float (Read-Only)

time : int

Constructors

__init__(self)

__init__(self, rhs: FilesystemDateStamp)

Methods

asPathString(self) -> str

The current date stamp formatted such that it can be included safely in a file or folder name in Windows. e.g. 21_oct_2025_14h35m59s780ms

Returns A string of the current formatted date stamp.

asString(self) -> str

asTimeString(self, showMsec: bool) -> str

Static Methods

utcNow() -> FilesystemDateStamp

localNow() -> FilesystemDateStamp

Special Methods

__add__(self, ds: FilesystemDateStamp) -> FilesystemDateStamp

__cmp__(self, o: FilesystemDateStamp) -> int

__eq__(self, ds: FilesystemDateStamp) -> bool

__ne__(self, ds: FilesystemDateStamp) -> bool

__sub__(self, ds: FilesystemDateStamp) -> FilesystemDateStamp